diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-09-06 23:59:17 +0100 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-09-06 23:59:17 +0100 |
commit | 73a45fd38a9bc7279eb67021b07092a00768b559 (patch) | |
tree | c77bdc05adf7979a1cb73d21974251d8bbf6a758 /lib/command_common.h | |
parent | bfca45143084f850dcfac2b14a090a6f008c8c96 (diff) | |
parent | 44b5aa5ca8b8a1620478c794dae11a7d71e9211e (diff) | |
download | quagga-ex19b.tar.bz2 quagga-ex19b.tar.xz |
Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bex19b
Updated version to v0.99.18ex19b.
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 */ |