diff options
| -rw-r--r-- | libstdc++-v3/bits/std_cwctype.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/bits/std_cwctype.h b/libstdc++-v3/bits/std_cwctype.h index 47e9f8b..c67f2ba 100644 --- a/libstdc++-v3/bits/std_cwctype.h +++ b/libstdc++-v3/bits/std_cwctype.h @@ -34,12 +34,6 @@ #ifndef _CPP_CWCTYPE #define _CPP_CWCTYPE 1 -// XXX 2000-09-06 get unsigned warnings in glibc 2.1.x -// XXX either remove -Werror or do this hackery -#if __GLIBC__ >= 2 && __GLIBC_MINOR__ < 2 && defined(__OPTIMIZE__) -#undef __OPTIMIZE__ -#endif - # pragma GCC system_header # include_next <wctype.h> |
