Remove unused variables.

This commit is contained in:
Eric S. Raymond 2017-07-20 10:53:15 -04:00
parent 08f260c4d5
commit 5701a777c6

2
main.c
View file

@ -989,8 +989,6 @@ static void listobjects(void)
static bool get_command_input(struct command_t *command) static bool get_command_input(struct command_t *command)
{ {
char inputbuf[LINESIZE]; char inputbuf[LINESIZE];
char word1[TOKLEN + 1];
char word2[TOKLEN + 1];
char* input; char* input;
for (;;) { for (;;) {