From 9093359a7b5a48d0d93cd9f4f7620647c8d09d40 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 16 Apr 2009 11:48:38 +0000 Subject: [PATCH] c++config: Revert inadvertent change. 2009-04-16 Paolo Carlini * include/bits/c++config: Revert inadvertent change. From-SVN: r146172 --- libstdc++-v3/include/bits/c++config | 8 -------- 1 file changed, 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.