Remove unused unl module code

This commit is contained in:
Vinnie Falco
2015-08-14 07:50:54 -07:00
committed by Nik Bougalis
parent 8aafebbb75
commit aeebfeab10
22 changed files with 1 additions and 1385 deletions

View File

@@ -45,7 +45,6 @@
#include <ripple/protocol/digest.h>
#include <ripple/protocol/HashPrefix.h>
#include <ripple/resource/Fees.h>
#include <ripple/unl/UNLManager.h>
#include <algorithm>
#include <cassert>
#include <beast/cxx14/memory.h> // <memory>
@@ -276,11 +275,6 @@ public:
getApp().getSHAMapStore().onLedgerClosed (getValidatedLedger());
mLedgerHistory.validatedLedger (l);
getApp().getAmendmentTable().doValidatedLedger (l);
#if RIPPLE_HOOK_VALIDATORS
getApp().getValidators().onLedgerClosed (l->info().seq,
l->getHash(), l->info().parentHash);
#endif
}
void setPubLedger(Ledger::ref l)