Merge topic 'kwsys-no-win32-environ-decl'

0fbaa63 KWSys: Remove unused environ declaration from SystemTools
This commit is contained in:
David Cole 2012-05-29 15:37:11 -04:00 committed by CMake Topic Stage
commit 1b9948cb79
1 changed files with 0 additions and 4 deletions

View File

@ -81,11 +81,7 @@
#endif
#if !KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H
# if defined(_WIN32)
extern __declspec(dllimport) char **environ;
# else
extern char **environ;
# endif
#endif
#ifdef __CYGWIN__