diff options
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c index 21768745d71..d63bba953cf 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -1636,11 +1636,7 @@ main (argc, argv) /* Some people say that CPATH should replace the standard include dirs, but that seems pointless: it comes before them, so it overrides them anyway. */ -#ifdef WINNT - p = (char *) getenv ("Include"); -#else p = (char *) getenv ("CPATH"); -#endif if (p != 0 && ! no_standard_includes) path_include (p); |