Avoid warnings.

This commit is contained in:
JoelKatz
2012-06-09 19:13:09 -07:00
parent b96ead819e
commit 16f68296c4

View File

@@ -517,7 +517,7 @@ Json::Value RPCServer::doAccountInfo(Json::Value &params)
// account_lines <account>|<nickname>|<account_public_key> [<index>]
Json::Value RPCServer::doAccountLines(Json::Value &params)
{
uint256 uClosed = mNetOps->getClosedLedger();
// uint256 uClosed = mNetOps->getClosedLedger();
uint256 uCurrent = mNetOps->getCurrentLedger();
std::string strIdent = params[0u].asString();