aboutsummaryrefslogtreecommitdiff
path: root/exec_cmd.c
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@gmail.com>2011-01-10 23:00:49 +0100
committerJunio C Hamano <gitster@pobox.com>2011-01-19 08:27:22 -0800
commitb312b4123b053898a583aa6e8da1b26ea828105a (patch)
treea6cd9a57441df25a7d829b5f8090274555b4fb84 /exec_cmd.c
parent14154ce3caaf572aed3c26fd52c389bd13a9c688 (diff)
downloadgit-b312b4123b053898a583aa6e8da1b26ea828105a.tar.gz
git-b312b4123b053898a583aa6e8da1b26ea828105a.tar.xz
exec_cmd: remove unused extern
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>
Diffstat (limited to 'exec_cmd.c')
-rw-r--r--exec_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/exec_cmd.c b/exec_cmd.c
index bf225706e..38545e8bf 100644
--- a/exec_cmd.c
+++ b/exec_cmd.c
@@ -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;