Remove unused variables.
This commit is contained in:
parent
08f260c4d5
commit
5701a777c6
1 changed files with 0 additions and 2 deletions
2
main.c
2
main.c
|
@ -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 (;;) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue