aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2009-04-16 11:48:38 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-04-16 11:48:38 +0000
commit9093359a7b5a48d0d93cd9f4f7620647c8d09d40 (patch)
treeda375e1ceeb8467818af7671fea0318d132a1946
parent42fb6c83dd624d16b55f3a31cf32113b75c65b89 (diff)
downloadgcc-9093359a7b5a48d0d93cd9f4f7620647c8d09d40.zip
gcc-9093359a7b5a48d0d93cd9f4f7620647c8d09d40.tar.gz
gcc-9093359a7b5a48d0d93cd9f4f7620647c8d09d40.tar.bz2
c++config: Revert inadvertent change.
2009-04-16 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/c++config: Revert inadvertent change. From-SVN: r146172
-rw-r--r--libstdc++-v3/include/bits/c++config8
1 files changed, 0 insertions, 8 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 46852d0..dfbe48c 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -314,12 +314,4 @@ _GLIBCXX_END_NAMESPACE
#undef min
#undef max
-#ifndef _GLIBCXX_PURE
-# define _GLIBCXX_PURE __attribute__ ((__pure__))
-#endif
-
-#ifndef _GLIBCXX_CONST
-# define _GLIBCXX_CONST __attribute__ ((__const__))
-#endif
-
// End of prewritten config; the discovered settings follow.