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

@@ -81,8 +81,6 @@ PeerImp::PeerImp (id_t id, endpoint_type remote_endpoint,
, fee_ (Resource::feeLightPeer)
, slot_ (slot)
, http_message_(std::move(request))
, unlHorizon_(getApp().getValidators().insert(id,
slotToHorizonKind(*slot_)))
{
}
@@ -1806,11 +1804,6 @@ PeerImp::checkValidation (Job&, STValidation::pointer val,
return;
}
#if RIPPLE_HOOK_VALIDATORS
getApp().getValidators().onMessage(
unlHorizon_, *packet, *val);
#endif
if (getApp().getOPs ().recvValidation(
val, std::to_string(id())))
overlay_.relay(*packet, signingHash);