2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-02 20:52:21 +00:00

remove forgotten test code - deallocate coroutine

This commit is contained in:
Oliver Kowalke
2014-03-26 17:42:51 +01:00
parent f4defed2b5
commit 44bbde4cda

View File

@@ -236,10 +236,8 @@ public:
void deallocate()
{
#if 0
callee_ = 0;
coro_t::call_type tmp( move( caller_) );
#endif
}
void release();