os_defines.h: Remove superfluous __NO_STRING_INLINES.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 2 Feb 2009 22:07:48 +0000 (22:07 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 2 Feb 2009 22:07:48 +0000 (22:07 +0000)
2009-02-02  Benjamin Kosnik  <bkoz@redhat.com>

* config/os/gnu-linux/os_defines.h: Remove superfluous
__NO_STRING_INLINES.

From-SVN: r143883

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/gnu-linux/os_defines.h

index 6839f55..f34742c 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-02  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/os/gnu-linux/os_defines.h: Remove superfluous
+       __NO_STRING_INLINES.
+
 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
 
        * testsuite/21_strings/c_strings/char/3.cc: New test.
index 188b8a8..e2c5a77 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for GNU/Linux  -*- C++ -*-
 
-// Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -43,9 +43,4 @@
 
 #include <features.h>
 
-// We must not see the optimized string functions GNU libc defines.
-#if defined __GLIBC__ && __GLIBC__ >= 2
-#define __NO_STRING_INLINES
-#endif
-
 #endif