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.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/boost/coroutine2/detail/config.hpp b/boost/coroutine2/detail/config.hpp
index 307ee4e78a..e725213a91 100644
--- a/boost/coroutine2/detail/config.hpp
+++ b/boost/coroutine2/detail/config.hpp
@@ -27,12 +27,4 @@
# define BOOST_COROUTINES2_DECL
#endif
-#if ! defined(BOOST_COROUTINES2_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_COROUTINES2_NO_LIB)
-# define BOOST_LIB_NAME boost_coroutine2
-# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_COROUTINES2_DYN_LINK)
-# define BOOST_DYN_LINK
-# endif
-# include <boost/config/auto_link.hpp>
-#endif
-
#endif // BOOST_COROUTINES2_DETAIL_CONFIG_H