summaryrefslogtreecommitdiffstats
path: root/include/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h
index 5d57ecdeb5..a72f240a7d 100644
--- a/include/command.h
+++ b/include/command.h
@@ -46,7 +46,6 @@ extern struct list_head command_list;
struct cmd_tbl_s {
const char *name; /* Command Name */
const char **aliases;
- int maxargs; /* maximum number of arguments */
/* Implementation function */
int (*cmd)(struct cmd_tbl_s *, int, char *[]);
const char *usage; /* Usage message (short) */