From ddd1e721fdb0482b5df3f8d6ca7504d127df3665 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 29 Jun 2012 16:21:54 -0700 Subject: [PATCH] Comment out unused var. --- src/RPCServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index 53e8796c15..b6fc77327e 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -1417,7 +1417,7 @@ Json::Value RPCServer::doAccountTransactions(const Json::Value& params) ret["account"] = account.humanAccountID(); Json::Value ledgers(Json::arrayValue); - uint32 currentLedger = 0; +// uint32 currentLedger = 0; for (std::vector< std::pair >::iterator it = txns.begin(), end = txns.end(); it != end; ++it) { Transaction::pointer txn = theApp->getMasterTransaction().fetch(it->second, true);