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

@@ -123,7 +123,7 @@ bool LedgerFacade::hasAccountRoot () const
return true;
SLE::pointer const sleAccountRoot =
netOPs_->getSLEi (ledger_, getAccountRootIndex (accountID_));
ledger_->getSLEi(getAccountRootIndex(accountID_));
return static_cast <bool> (sleAccountRoot);
}