Remove Journal from most Stoppable overrides

This commit is contained in:
Vinnie Falco
2013-10-04 00:13:25 -07:00
parent 48eb92e366
commit a2aa938e10
20 changed files with 76 additions and 82 deletions

View File

@@ -351,7 +351,7 @@ Json::Value InboundLedgers::getInfo()
return ret;
}
void InboundLedgers::onStop (Journal)
void InboundLedgers::onStop ()
{
ScopedLockType lock (mLock, __FILE__, __LINE__);