From d8eeedddd0bdcf71d19f2372109c2c897ce8d697 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 18 Apr 2019 16:39:12 -0500 Subject: Remove a line that's already in toys.h. --- toys/other/printenv.c | 2 -- 1 file changed, 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; -- cgit v1.2.3