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:
@@ -112,7 +112,7 @@ private:
|
||||
stopped ();
|
||||
}
|
||||
|
||||
void onStop (Journal)
|
||||
void onStop ()
|
||||
{
|
||||
{
|
||||
ScopedLockType lock (m_endpointLock, __FILE__, __LINE__);
|
||||
|
||||
Reference in New Issue
Block a user