summaryrefslogtreecommitdiff
path: root/boost/iostreams/detail/config/unreachable_return.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/detail/config/unreachable_return.hpp')
-rw-r--r--boost/iostreams/detail/config/unreachable_return.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/iostreams/detail/config/unreachable_return.hpp b/boost/iostreams/detail/config/unreachable_return.hpp
index 97b3709952..65fba609de 100644
--- a/boost/iostreams/detail/config/unreachable_return.hpp
+++ b/boost/iostreams/detail/config/unreachable_return.hpp
@@ -13,7 +13,6 @@
#include <boost/config.hpp>
-// If Boost.Exception has BOOST_ATTRIBUTE_NORETURN
#if defined(_MSC_VER) || defined(__GNUC__)
#define BOOST_IOSTREAMS_UNREACHABLE_RETURN(x) \
BOOST_UNREACHABLE_RETURN(x)