diff options
Diffstat (limited to 'boost/fiber/condition_variable.hpp')
-rw-r--r-- | boost/fiber/condition_variable.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boost/fiber/condition_variable.hpp b/boost/fiber/condition_variable.hpp index 2cd3ecc719..53d6252fb1 100644 --- a/boost/fiber/condition_variable.hpp +++ b/boost/fiber/condition_variable.hpp @@ -102,7 +102,6 @@ public: detail::spinlock_lock lk{ wait_queue_splk_ }; BOOST_ASSERT( ! active_ctx->wait_is_linked() ); active_ctx->wait_link( wait_queue_); - intrusive_ptr_add_ref( active_ctx); active_ctx->twstatus.store( reinterpret_cast< std::intptr_t >( this), std::memory_order_release); // unlock external lt lt.unlock(); |