mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove Journal from most Stoppable overrides
This commit is contained in:
@@ -25,13 +25,13 @@ NodeStoreScheduler::NodeStoreScheduler (Stoppable& parent, JobQueue& jobQueue)
|
||||
{
|
||||
}
|
||||
|
||||
void NodeStoreScheduler::onStop (Journal)
|
||||
void NodeStoreScheduler::onStop ()
|
||||
{
|
||||
if (--m_taskCount == 0)
|
||||
stopped();
|
||||
}
|
||||
|
||||
void NodeStoreScheduler::onChildrenStopped (Journal)
|
||||
void NodeStoreScheduler::onChildrenStopped ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user