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:
@@ -351,7 +351,7 @@ Json::Value InboundLedgers::getInfo()
|
||||
return ret;
|
||||
}
|
||||
|
||||
void InboundLedgers::onStop (Journal)
|
||||
void InboundLedgers::onStop ()
|
||||
{
|
||||
ScopedLockType lock (mLock, __FILE__, __LINE__);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user