diff options
Diffstat (limited to 'compat/unsetenv.c')
-rw-r--r-- | compat/unsetenv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/unsetenv.c b/compat/unsetenv.c index eb29f5e084..4ea18569c2 100644 --- a/compat/unsetenv.c +++ b/compat/unsetenv.c @@ -2,7 +2,6 @@ void gitunsetenv (const char *name) { - extern char **environ; int src, dst; size_t nmln; |