aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
diff options
context:
space:
mode:
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)
{