From 44bbde4cdae2847e129a08c44893c94cccbf6a8d Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Wed, 26 Mar 2014 17:42:51 +0100 Subject: [PATCH] remove forgotten test code - deallocate coroutine --- include/boost/fiber/detail/worker_fiber.hpp | 2 -- 1 file changed, 2 deletions(-) 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();