diff options
Diffstat (limited to 'builtin/help.c')
-rw-r--r-- | builtin/help.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/builtin/help.c b/builtin/help.c index cc17e670ce..a31a538cbd 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -286,12 +286,6 @@ static int git_help_config(const char *var, const char *value, void *cb) static struct cmdnames main_cmds, other_cmds; -static int is_git_command(const char *s) -{ - return is_in_cmdlist(&main_cmds, s) || - is_in_cmdlist(&other_cmds, s); -} - static const char *prepend(const char *prefix, const char *cmd) { size_t pre_len = strlen(prefix); |