aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
diff options
context:
space:
mode:
authorGiel van Schijndel <me@mortis.eu>2011-06-24 22:00:59 +0200
committerGiel van Schijndel <me@mortis.eu>2011-07-13 05:10:15 +0200
commit858cebed7dee2e9801e754a9969844b7969254ee (patch)
treead12ee913c13750c880a6bd04508cc25be8f8545 /src/rpc.cpp
parent225f222c9fba7a831e2e5f80ccbba34ed2bca532 (diff)
downloadbitcoin-858cebed7dee2e9801e754a9969844b7969254ee.tar.xz
fix warning: unused variable 'X' [-Wunused-variable]
Remove several unused variables. Signed-off-by: Giel van Schijndel <me@mortis.eu>
Diffstat (limited to 'src/rpc.cpp')
-rw-r--r--src/rpc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc.cpp b/src/rpc.cpp
index e71c5bcb40..4016d265c4 100644
--- a/src/rpc.cpp
+++ b/src/rpc.cpp
@@ -2419,7 +2419,6 @@ int CommandLineRPC(int argc, char *argv[])
// Parse reply
const Value& result = find_value(reply, "result");
const Value& error = find_value(reply, "error");
- const Value& id = find_value(reply, "id");
if (error.type() != null_type)
{