diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 2bec8450901..b5c5d3a0c68 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -37,11 +37,6 @@ extern char *version_string; #define GET_ENV_PATH_LIST(VAR,NAME) do { (VAR) = getenv (NAME); } while (0) #endif -/* By default, colon separates directories in a path. */ -#ifndef PATH_SEPARATOR -#define PATH_SEPARATOR ':' -#endif - #ifndef STANDARD_INCLUDE_DIR #define STANDARD_INCLUDE_DIR "/usr/include" #endif |