summaryrefslogtreecommitdiffstats
path: root/lib/command_graph.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-05-15 16:55:30 +0200
committerQuentin Young <qlyoung@users.noreply.github.com>2017-05-15 17:08:25 +0200
commit7a38655aa0d8216a5bf352f94b65d035da210150 (patch)
treed45660288df5a9704d47d7203d7ba48c5a6efa05 /lib/command_graph.c
parentMerge pull request #531 from qlyoung/fix-stack-ref (diff)
downloadfrr-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.c2
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")