aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-04-18 16:39:12 -0500
committerRob Landley <rob@landley.net>2019-04-18 16:39:12 -0500
commitd8eeedddd0bdcf71d19f2372109c2c897ce8d697 (patch)
treee9f8f102b455eac4325584a8c0de06c617dc6981
parentfb8ddbbf803ba3209424df4682de80255adeb110 (diff)
downloadtoybox-d8eeedddd0bdcf71d19f2372109c2c897ce8d697.tar.gz
Remove a line that's already in toys.h.
-rw-r--r--toys/other/printenv.c2
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;