Clean up unused variable in status()

Unused since commit 875a80d1.
This commit is contained in:
Markus Armbruster 2008-11-15 15:54:29 -05:00
parent 875a80d14f
commit f331432459

View file

@ -147,7 +147,7 @@ static int
status(void) status(void)
{ {
struct natstr *natp; struct natstr *natp;
int old_nstat, second; int old_nstat;
char buf[128]; char buf[128];
if (player->eof || player->state == PS_SHUTDOWN) if (player->eof || player->state == PS_SHUTDOWN)