Merge branch 'maint'

* maint:
  exec_cmd: remove unused extern
This commit is contained in:
Junio C Hamano 2011-01-19 08:33:54 -08:00
commit b20e9b0b52

View file

@ -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;