summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-16 11:48:38 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-16 11:48:38 +0000
commit880fe3cee1b1ca470b6e9b10da27868a42c9ca29 (patch)
treeda375e1ceeb8467818af7671fea0318d132a1946 /libstdc++-v3
parenta60fcf185d254e4f65280a8f5cf4ef7d4859b378 (diff)
downloadgcc-880fe3cee1b1ca470b6e9b10da27868a42c9ca29.tar.gz
2009-04-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/c++config: Revert inadvertent change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 46852d04b46..dfbe48c8f1f 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.