From c7371e992b1aa147b640759a7fa89e722e6db8dc Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Thu, 28 Aug 2008 19:17:46 +0200 Subject: [PATCH] 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 --- builtin-help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2