From: Alex Riesen Date: Thu, 28 Aug 2008 17:17:46 +0000 (+0200) Subject: Make main_cmds and other_cmds local to builtin-help.c X-Git-Tag: v1.6.1-rc1~289 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c7371e992b1aa147b640759a7fa89e722e6db8dc;p=git.git Make main_cmds and other_cmds local to builtin-help.c These are not used anywhere else. Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- diff --git a/builtin-help.c b/builtin-help.c index 9225102f6..721038e4f 100644 --- a/builtin-help.c +++ b/builtin-help.c @@ -273,7 +273,7 @@ static int git_help_config(const char *var, const char *value, void *cb) return git_default_config(var, value, cb); } -struct cmdnames main_cmds, other_cmds; +static struct cmdnames main_cmds, other_cmds; void list_common_cmds_help(void) {