Skip to content

Commit

Permalink
exec_cmd: remove unused extern
Browse files Browse the repository at this point in the history
This definition was added by commit 77cb17e, 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>
  • Loading branch information
Erik Faye-Lund authored and Junio C Hamano committed Jan 19, 2011
1 parent 14154ce commit b312b41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exec_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b312b41

Please sign in to comment.