diff --git a/main.c b/main.c index 17f2643..2a2f99e 100644 --- a/main.c +++ b/main.c @@ -989,8 +989,6 @@ static void listobjects(void) static bool get_command_input(struct command_t *command) { char inputbuf[LINESIZE]; - char word1[TOKLEN + 1]; - char word2[TOKLEN + 1]; char* input; for (;;) {