]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++config: Revert inadvertent change.
authorPaolo Carlini <paolo@gcc.gnu.org>
Thu, 16 Apr 2009 11:48:38 +0000 (11:48 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 16 Apr 2009 11:48:38 +0000 (11:48 +0000)
2009-04-16  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/c++config: Revert inadvertent change.

From-SVN: r146172

libstdc++-v3/include/bits/c++config

index 46852d04b463b806a1e4fc019c34e49a4bca1e11..dfbe48c8f1f63db7a3f267d9cdfabcfe956dea9b 100644 (file)
@@ -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.