* cppdefault.h (cpp_SYSROOT): Remove.
	* cppdefault.c (cpp_SYSROOT): Likewise.
From-SVN: r89972
+2004-11-02  Ben Elliston  <bje@au.ibm.com>
+
+       * cppdefault.h (cpp_SYSROOT): Remove.
+       * cppdefault.c (cpp_SYSROOT): Likewise.
+
 2004-11-01  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/16447
 
 const char cpp_GCC_INCLUDE_DIR[] = "";
 const size_t cpp_GCC_INCLUDE_DIR_len = 0;
 #endif
-
-#ifdef TARGET_SYSTEM_ROOT
-const char *cpp_SYSROOT = TARGET_SYSTEM_ROOT;
-#else
-const char *cpp_SYSROOT = "";
-#endif
 
 extern const char cpp_GCC_INCLUDE_DIR[];
 extern const size_t cpp_GCC_INCLUDE_DIR_len;
 
-extern const char *cpp_SYSROOT;
-
 #endif /* ! GCC_CPPDEFAULT_H */