Eliminate dead code in uint256.h

This commit is contained in:
Arthur Britto
2012-05-31 00:10:49 -07:00
parent 21d9140e4e
commit 61e075bff3
3 changed files with 23 additions and 201 deletions

View File

@@ -389,6 +389,7 @@ Json::Value RPCServer::doAccountLines(Json::Value &params)
// We access a committed ledger and need not worry about changes.
uint256 uDirLineNodeFirst;
uint256 uDirLineNodeLast;
// Ledger::getDirIndex(uBase, letKind, uNodeDir)
if (mNetOps->getDirLineInfo(uLedger, naAccount, uDirLineNodeFirst, uDirLineNodeLast))
{