From: Paolo Carlini Date: Thu, 16 Apr 2009 11:48:38 +0000 (+0000) Subject: c++config: Revert inadvertent change. X-Git-Tag: releases/gcc-4.5.0~6548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9093359a7b5a48d0d93cd9f4f7620647c8d09d40;p=thirdparty%2Fgcc.git c++config: Revert inadvertent change. 2009-04-16 Paolo Carlini * include/bits/c++config: Revert inadvertent change. From-SVN: r146172 --- diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 46852d04b463..dfbe48c8f1f6 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.