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:
@@ -236,10 +236,8 @@ public:
|
||||
|
||||
void deallocate()
|
||||
{
|
||||
#if 0
|
||||
callee_ = 0;
|
||||
coro_t::call_type tmp( move( caller_) );
|
||||
#endif
|
||||
}
|
||||
|
||||
void release();
|
||||
|
||||
Reference in New Issue
Block a user