]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: parser: remove forgotten line
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 15 May 2017 14:55:30 +0000 (16:55 +0200)
committerQuentin Young <qlyoung@users.noreply.github.com>
Mon, 15 May 2017 15:08:25 +0000 (11:08 -0400)
MTYPE_CMD_TOKEN_DATA isn't used anymore, I forgot to ditch the line.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command_graph.c

index 62d0610e1858e3347189ff88551b5600e37ce3b7..4dd72feeab01d40557fa83e20676ef74dd07a106 100644 (file)
@@ -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")