aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/env.c b/env.c
index a26cf908..4ee0d23f 100644
--- a/env.c
+++ b/env.c
@@ -31,10 +31,6 @@
#endif
#include <limits.h>
-#ifndef HAVE_DECL_GETENV
-extern char *getenv(const char *); /* needed on sysV68 R3V7.1. */
-#endif
-
void envquery(int argc, char **argv)
/* set up basic stuff from the environment (including the rc file name) */
{