]> git.ipfire.org Git - thirdparty/git.git/commitdiff
exec_cmd: remove unused extern
authorErik Faye-Lund <kusmabite@gmail.com>
Mon, 10 Jan 2011 22:00:49 +0000 (23:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Jan 2011 16:27:22 +0000 (08:27 -0800)
This definition was added by commit 77cb17e9, but it's left unused since
commit 511707d. Remove the left-over definition.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
exec_cmd.c

index bf225706ee377b89035eb21f76f9957cfaf6363b..38545e8bfd72c8cd4f91e0d33257b143db86bac5 100644 (file)
@@ -3,7 +3,6 @@
 #include "quote.h"
 #define MAX_ARGS       32
 
-extern char **environ;
 static const char *argv_exec_path;
 static const char *argv0_path;