Remove unused / redundant functions.

This commit is contained in:
Edward Hennis
2015-02-26 22:13:29 -05:00
committed by Nik Bougalis
parent 11d28c4856
commit 6e3f07ddce
4 changed files with 2 additions and 13 deletions

View File

@@ -197,15 +197,6 @@ public:
mLastValidation = v;
}
SLE::pointer getSLE (Ledger::pointer lpLedger, uint256 const& uHash)
{
return lpLedger->getSLE (uHash);
}
SLE::pointer getSLEi (Ledger::pointer lpLedger, uint256 const& uHash)
{
return lpLedger->getSLEi (uHash);
}
//
// Transaction operations
//