Remove use of __environ

It has apparently never worked. Fixes #2988
This commit is contained in:
ridiculousfish
2016-04-30 17:46:14 -07:00
parent a897ef0025
commit 58d7c4b388
4 changed files with 1 additions and 36 deletions

View File

@@ -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))