]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove unused <exception> header from <utility>
authorJonathan Wakely <jwakely@redhat.com>
Tue, 19 Jun 2018 17:32:50 +0000 (18:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 19 Jun 2018 17:32:50 +0000 (18:32 +0100)
This header was needed for the declaration of std::terminate but the
calls to it were removed in r242401.

* include/std/utility: Remove unused <exception> header.

From-SVN: r261752

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/utility

index 2634664576cf860a638eca308b4e73a7ff4d53b3..0a8f9091ded1dbaa7f0fad6c36653a8c14b936d2 100644 (file)
@@ -1,3 +1,7 @@
+2018-06-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/utility: Remove unused <exception> header.
+
 2018-06-15  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/86169
index 978acb747e9c606f609e57b77c7dd740097b9233..847e5184c5b36a4947c7c0ac83311e91f1b741eb 100644 (file)
 #include <bits/move.h>
 #include <initializer_list>
 
-#if __cplusplus > 201402L
-#include <exception>
-#endif
-
 namespace std _GLIBCXX_VISIBILITY(default)
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION