projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f260c
)
Remove unused variables.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 20 Jul 2017 14:53:15 +0000
(10:53 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 20 Jul 2017 14:53:15 +0000
(10:53 -0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 17f2643c901f66a8313cf29bdfb7d162cc519d25..2a2f99e3451a05845500c829309488c57d25f3ba 100644
(file)
--- 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 (;;) {