summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/nested_exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libsupc++/nested_exception.cc')
-rw-r--r--libstdc++-v3/libsupc++/nested_exception.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libstdc++-v3/libsupc++/nested_exception.cc b/libstdc++-v3/libsupc++/nested_exception.cc
index c1a7b7ad46..7e1b545184 100644
--- a/libstdc++-v3/libsupc++/nested_exception.cc
+++ b/libstdc++-v3/libsupc++/nested_exception.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Free Software Foundation, Inc.
+// Copyright (C) 2011-2017 Free Software Foundation, Inc.
//
// This file is part of GCC.
//
@@ -25,7 +25,5 @@
namespace std
{
-#if ATOMIC_INT_LOCK_FREE > 1
nested_exception::~nested_exception() noexcept = default;
-#endif
} // namespace std