Skip to content

Commit b312b41

Browse files
kusmagitster
authored andcommitted
exec_cmd: remove unused extern
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 14154ce commit b312b41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exec_cmd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "quote.h"
44
#define MAX_ARGS 32
55

6-
extern char **environ;
76
static const char *argv_exec_path;
87
static const char *argv0_path;
98

0 commit comments

Comments
 (0)