c++config: Revert inadvertent change.

2009-04-16  Paolo Carlini  <paolo.carlini@oracle.com>

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

From-SVN: r146172
This commit is contained in:
Paolo Carlini 2009-04-16 11:48:38 +00:00
parent 42fb6c83dd
commit 9093359a7b

View 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.