Remove a line of code that does nothing.

This commit is contained in:
JoelKatz
2013-07-22 03:27:52 -07:00
parent 0e787747d3
commit 21ace6a9b5

View File

@@ -503,12 +503,9 @@ void LedgerMaster::resumeAcquiring ()
if (nextLedger) if (nextLedger)
acquireMissingLedger (nextLedger, nextLedger->getParentHash (), nextLedger->getLedgerSeq () - 1); acquireMissingLedger (nextLedger, nextLedger->getParentHash (), nextLedger->getLedgerSeq () - 1);
else else
{
mCompleteLedgers.clearValue (prevMissing);
WriteLog (lsINFO, LedgerMaster) << "We have a gap at: " << prevMissing + 1; WriteLog (lsINFO, LedgerMaster) << "We have a gap at: " << prevMissing + 1;
} }
} }
}
void LedgerMaster::fixMismatch (Ledger::ref ledger) void LedgerMaster::fixMismatch (Ledger::ref ledger)
{ {