Remove unused <exception> header from <utility>
authorJonathan Wakely <jwakely@redhat.com>
Tue, 19 Jun 2018 17:19:16 +0000 (18:19 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 19 Jun 2018 17:19:16 +0000 (18:19 +0100)
commit828d64499e4a433d1b252f347ffb2c8dc9a008f4
treeb24306686b787fdb083c282296a628a0b3d75585
parent694dc72ebe8701bbf6ed4cd6cf846dc80367aee9
Remove unused <exception> header from <utility>

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: r261749
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/utility