diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-05-15 16:55:30 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-05-15 17:08:25 +0200 |
commit | 7a38655aa0d8216a5bf352f94b65d035da210150 (patch) | |
tree | d45660288df5a9704d47d7203d7ba48c5a6efa05 /lib/command_graph.c | |
parent | Merge pull request #531 from qlyoung/fix-stack-ref (diff) | |
download | frr-7a38655aa0d8216a5bf352f94b65d035da210150.tar.xz frr-7a38655aa0d8216a5bf352f94b65d035da210150.zip |
lib: parser: remove forgotten line
MTYPE_CMD_TOKEN_DATA isn't used anymore, I forgot to ditch the line.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command_graph.c')
-rw-r--r-- | lib/command_graph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command_graph.c b/lib/command_graph.c index 62d0610e1..4dd72feea 100644 --- a/lib/command_graph.c +++ b/lib/command_graph.c @@ -26,8 +26,6 @@ #include "command_graph.h" -DECLARE_MTYPE(CMD_TOKEN_DATA) - DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens") DEFINE_MTYPE_STATIC(LIB, CMD_DESC, "Command Token Text") DEFINE_MTYPE_STATIC(LIB, CMD_TEXT, "Command Token Help") |