(command): Remove unused local variable i.

This commit is contained in:
Ron Koenderink 2006-05-22 20:37:20 +00:00
parent df3786ac40
commit 548bc5bbdc

View file

@ -143,7 +143,6 @@ player_main(struct player *p)
static int static int
command(void) command(void)
{ {
unsigned i;
char *redir; /* UTF-8 */ char *redir; /* UTF-8 */
char scanspace[1024]; char scanspace[1024];