summaryrefslogtreecommitdiff
path: root/lib/command_match.c
diff options
context:
space:
mode:
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 */