From 9eea98519ce1991e7b67865014b99dd77e6b7114 Mon Sep 17 00:00:00 2001 From: bkoz Date: Mon, 2 Feb 2009 22:07:48 +0000 Subject: 2009-02-02 Benjamin Kosnik * config/os/gnu-linux/os_defines.h: Remove superfluous __NO_STRING_INLINES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143883 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/config/os/gnu-linux/os_defines.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libstdc++-v3/config') diff --git a/libstdc++-v3/config/os/gnu-linux/os_defines.h b/libstdc++-v3/config/os/gnu-linux/os_defines.h index 188b8a83208..e2c5a77d230 100644 --- a/libstdc++-v3/config/os/gnu-linux/os_defines.h +++ b/libstdc++-v3/config/os/gnu-linux/os_defines.h @@ -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 -// We must not see the optimized string functions GNU libc defines. -#if defined __GLIBC__ && __GLIBC__ >= 2 -#define __NO_STRING_INLINES -#endif - #endif -- cgit v1.2.1