summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 6a1da024..bc4d332e 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -60,7 +60,6 @@ typedef struct command_s
int (*handler)(struct command_context_s *context, char* name, char** args, int argc);
enum command_mode mode;
char *help;
- int unique_len;
struct command_s *next;
} command_t;