diff --git a/include/boost/fiber/detail/worker_fiber.hpp b/include/boost/fiber/detail/worker_fiber.hpp index 1584dc19..87fcece8 100644 --- a/include/boost/fiber/detail/worker_fiber.hpp +++ b/include/boost/fiber/detail/worker_fiber.hpp @@ -236,10 +236,8 @@ public: void deallocate() { -#if 0 callee_ = 0; coro_t::call_type tmp( move( caller_) ); -#endif } void release();