diff options
Diffstat (limited to 'lib/command_common.h')
-rw-r--r-- | lib/command_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command_common.h b/lib/command_common.h index 4dd26753..501ebc3d 100644 --- a/lib/command_common.h +++ b/lib/command_common.h @@ -124,8 +124,6 @@ enum cmd_return_code /* Return codes from the command parser */ - CMD_EMPTY, /* parser: nothing to execute */ - CMD_ERR_PARSING, /* parser: general parser error */ CMD_ERR_NO_MATCH, /* parser: command/argument not recognised */ CMD_ERR_AMBIGUOUS, /* parser: more than on command matches */ |