aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fallback.cpp')
-rw-r--r--src/fallback.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fallback.cpp b/src/fallback.cpp
index e3dcfed0..b53aec74 100644
--- a/src/fallback.cpp
+++ b/src/fallback.cpp
@@ -46,12 +46,6 @@
#include "fallback.h" // IWYU pragma: keep
#include "util.h" // IWYU pragma: keep
-#ifndef HAVE___ENVIRON
-
-char **__environ = 0;
-
-#endif
-
#ifdef TPUTS_KLUDGE
int tputs(const char *str, int affcnt, int (*fish_putc)(tputs_arg_t))