mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Eliminate dead code in uint256.h
This commit is contained in:
@@ -389,6 +389,7 @@ Json::Value RPCServer::doAccountLines(Json::Value ¶ms)
|
||||
// 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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user