diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index ebf05f59e1..97d1fafbbb 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -2390,15 +2390,6 @@ make_path_absolute(char *fname) #endif } -#ifndef HAVE__NSGETENVIRON -#ifndef HAVE_EXTERN_ENVIRON_DECLARED -/* Some platforms declare environ under some circumstances, others don't. */ -#ifndef RUNNING_DOXYGEN -extern char **environ; -#endif -#endif -#endif - /** Return the current environment. This is a portable replacement for * 'environ'. */ char ** |