summaryrefslogtreecommitdiff
path: root/boost/coroutine/detail/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine/detail/config.hpp')
-rw-r--r--boost/coroutine/detail/config.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/boost/coroutine/detail/config.hpp b/boost/coroutine/detail/config.hpp
index 9a3f4bf334..488a401862 100644
--- a/boost/coroutine/detail/config.hpp
+++ b/boost/coroutine/detail/config.hpp
@@ -35,14 +35,6 @@
# 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 stacks"
-# endif
-# define BOOST_COROUTINES_SEGMENTS 10
-#endif
-
#define BOOST_COROUTINES_UNIDIRECT
#define BOOST_COROUTINES_SYMMETRIC