mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
Remove redundant block
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -47,10 +47,8 @@ JobQueue::Coro::Coro(
|
||||
self = shared_from_this();
|
||||
fn(self);
|
||||
}
|
||||
{
|
||||
state_ = CoroState::Finished;
|
||||
cv_.notify_all();
|
||||
}
|
||||
state_ = CoroState::Finished;
|
||||
cv_.notify_all();
|
||||
},
|
||||
boost::coroutines::attributes(megabytes(1)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user