From 7a38655aa0d8216a5bf352f94b65d035da210150 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 15 May 2017 16:55:30 +0200 Subject: [PATCH] lib: parser: remove forgotten line MTYPE_CMD_TOKEN_DATA isn't used anymore, I forgot to ditch the line. Signed-off-by: David Lamparter --- lib/command_graph.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/command_graph.c b/lib/command_graph.c index 62d0610e18..4dd72feeab 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") -- 2.39.5