diff options
author | Rob Landley <rob@landley.net> | 2019-04-18 16:39:12 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-18 16:39:12 -0500 |
commit | d8eeedddd0bdcf71d19f2372109c2c897ce8d697 (patch) | |
tree | e9f8f102b455eac4325584a8c0de06c617dc6981 /toys/other | |
parent | fb8ddbbf803ba3209424df4682de80255adeb110 (diff) | |
download | toybox-d8eeedddd0bdcf71d19f2372109c2c897ce8d697.tar.gz |
Remove a line that's already in toys.h.
Diffstat (limited to 'toys/other')
-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; |