summaryrefslogtreecommitdiff
path: root/lib/command_match.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-09-22 20:26:07 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-09-22 20:26:07 +0000
commit97e5b7c0b3b7794d98caa1f40927defb751e637c (patch)
treeeb4528301413c2ffa56a768621082d127e37c721 /lib/command_match.c
parentaa1c90a4872b2884e18d3e3ba0c160d327d72f78 (diff)
lib: argv fixes, XFREE -> free, rm decl in matcher
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command_match.c')
-rw-r--r--lib/command_match.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/command_match.c b/lib/command_match.c
index 03efa93e04..aa961d3514 100644
--- a/lib/command_match.c
+++ b/lib/command_match.c
@@ -78,9 +78,6 @@ static enum match_type
match_word (struct cmd_token *, const char *);
static enum match_type
-match_number (struct cmd_token *, const char *);
-
-static enum match_type
match_variable (struct cmd_token *, const char *);
/* matching functions */