From b2f99f670f1aafbcc4254b60687ea6428fca0ff0 Mon Sep 17 00:00:00 2001 From: Peter Oberndorfer Date: Wed, 3 Aug 2011 21:36:45 +0200 Subject: [PATCH] remove __attribute__((unused)) from get_cmd it is not needed anymore since 73a520a Unify arguments to exec 'Git Bash' on 32-bit and 64-bit platforms Signed-off-by: Peter Oberndorfer Signed-off-by: Johannes Schindelin --- explorer/menu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/explorer/menu.c b/explorer/menu.c index bb27afc..635a89b 100644 --- a/explorer/menu.c +++ b/explorer/menu.c @@ -178,7 +178,6 @@ static void free_platform_argv(void *data) #define SYSTEMDIR "syswow64" #endif -__attribute__((unused)) static const char *get_cmd(void) { static struct strbuf buf = STRBUF_INIT; -- 2.11.4.GIT