diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-01-19 08:33:54 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-01-19 08:33:54 -0800 |
| commit | b20e9b0b521a416b00a81d6c4788dfd2df25efc0 (patch) | |
| tree | d732a35a348cb9cb0501dae7c445977ca4edd111 /exec_cmd.c | |
| parent | Documentation/fast-import: put explanation of M 040000 <dataref> "" in context (diff) | |
| parent | exec_cmd: remove unused extern (diff) | |
| download | git-b20e9b0b521a416b00a81d6c4788dfd2df25efc0.tar.gz git-b20e9b0b521a416b00a81d6c4788dfd2df25efc0.zip | |
Merge branch 'maint'
* maint:
exec_cmd: remove unused extern
Diffstat (limited to 'exec_cmd.c')
| -rw-r--r-- | exec_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exec_cmd.c b/exec_cmd.c index bf225706ee..38545e8bfd 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; |
