config: Remove unused define for os uClibc
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 2 Oct 2018 12:35:42 +0000 (14:35 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 2 Oct 2018 12:35:42 +0000 (14:35 +0200)
__NO_STRING_INLINES was removed from uClibc around 2004 so has no
effect.

libstdc++-v3/ChangeLog:

2018-10-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

        * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.

From-SVN: r264783

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/uclibc/os_defines.h

index 7cb0ef5e59f7078f88946bf25ca7e77ca18adaee..c54a5fa4a17e0de62f46c6b224f1c7d8fd175da2 100644 (file)
@@ -1,3 +1,7 @@
+2018-10-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.
+
 2018-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering
@@ -13,7 +17,7 @@
        to https.
 
 2018-09-30  Gerald Pfeifer  <gerald@pfeifer.com>
-       
+
        * doc/xml/manual/policy_data_structures_biblio.xml: Update
        link to Microsoft Component Model Object Technologies.
 
index 03a7273d5dc0a3b890c7ac53a82ee274455acc61..bcc47d4d5895dcf5340439e628d76b1038cc6591 100644 (file)
@@ -38,7 +38,4 @@
 
 #include <features.h>
 
-// We must not see the optimized string functions GNU libc defines.
-#define __NO_STRING_INLINES
-
 #endif