diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-22 20:26:07 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-22 20:26:07 +0000 |
| commit | 97e5b7c0b3b7794d98caa1f40927defb751e637c (patch) | |
| tree | eb4528301413c2ffa56a768621082d127e37c721 /lib/command_match.c | |
| parent | aa1c90a4872b2884e18d3e3ba0c160d327d72f78 (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.c | 3 |
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 */ |
