summaryrefslogtreecommitdiff
path: root/src/helper/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/command.c')
-rw-r--r--src/helper/command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index aa71f0ba..5df12901 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -447,7 +447,6 @@ void command_print_help_line(command_context_t* context, struct command_s *comma
char indent_text[indent + 2];
char *help = "no help available";
char name_buf[64];
- int i;
if (indent)
{
@@ -478,7 +477,6 @@ void command_print_help_line(command_context_t* context, struct command_s *comma
int command_print_help_match(command_context_t* context, command_t* c_first, char* name, char** args, int argc)
{
command_t * c;
- int i;
for (c = c_first; c; c = c->next)
{