From ee3e8f43475a8efd1b664f4209b89025efaf3564 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 12 Apr 2018 17:06:03 +0100 Subject: [PATCH] Remove #define made redundant by r259281 The definition of __throw_ios_failure is no longer in this file, so setting the macro here is unnecessary. * src/c++11/ios.cc: Remove redundant macro definition. From-SVN: r259349 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/src/c++11/ios.cc | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9c82645..b38be43 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-04-12 Jonathan Wakely + + * src/c++11/ios.cc: Remove redundant macro definition. + 2018-04-11 Jonathan Wakely * doc/xml/manual/abi.xml: Document header locations in recent diff --git a/libstdc++-v3/src/c++11/ios.cc b/libstdc++-v3/src/c++11/ios.cc index e928c59..82063e4 100644 --- a/libstdc++-v3/src/c++11/ios.cc +++ b/libstdc++-v3/src/c++11/ios.cc @@ -26,10 +26,6 @@ // ISO C++ 14882: 27.4 Iostreams base classes // -// Determines the version of ios_base::failure thrown by __throw_ios_failure. -// If !_GLIBCXX_USE_DUAL_ABI this will get undefined automatically. -#define _GLIBCXX_USE_CXX11_ABI 1 - #include #include -- 2.7.4