From: Eric S. Raymond Date: Thu, 20 Jul 2017 14:53:15 +0000 (-0400) Subject: Remove unused variables. X-Git-Tag: 1.3~35 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=5701a777c653c31cbdf56c6b9a2aa3c07ab9eac1;hp=08f260c4d56eb26d8f4375c8212862b170e5a637 Remove unused variables. --- 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 (;;) {