summaryrefslogtreecommitdiff
path: root/boost/coroutine2/detail/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine2/detail/config.hpp')
-rw-r--r--boost/coroutine2/detail/config.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/boost/coroutine2/detail/config.hpp b/boost/coroutine2/detail/config.hpp
index c439ecc0ea..cfb95846a5 100644
--- a/boost/coroutine2/detail/config.hpp
+++ b/boost/coroutine2/detail/config.hpp
@@ -36,16 +36,4 @@
# include <boost/config/auto_link.hpp>
#endif
-#if defined(BOOST_USE_SEGMENTED_STACKS)
-# if ! ( (defined(__GNUC__) && __GNUC__ > 3 && __GNUC_MINOR__ > 6) || \
- (defined(__clang__) && __clang_major__ > 2 && __clang_minor__ > 3) )
-# error "compiler does not support segmented_stack stacks"
-# endif
-# define BOOST_COROUTINES2_SEGMENTS 10
-#endif
-
-#if defined(BOOST_CONTEXT_NO_EXECUTION_CONTEXT)
-# error "execution_context from boost.context not supported"
-#endif
-
#endif // BOOST_COROUTINES2_DETAIL_CONFIG_H