diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/printenv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/printenv.c b/toys/other/printenv.c index 65f62edf..431bf1de 100644 --- a/toys/other/printenv.c +++ b/toys/other/printenv.c @@ -17,8 +17,6 @@ config PRINTENV #include "toys.h" -extern char **environ; - void printenv_main(void) { char **env, **var = toys.optargs; |