aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/zmq_rpc.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-02-18 14:03:31 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-02-18 14:03:31 -0500
commitce5800a22539e3d5811edfdf4cdd07e1fbc62cef (patch)
treec4a46216b6b206fcee185d13ed6c6f344ae990b7 /tests/unit_tests/zmq_rpc.cpp
parent33004ded629dfa309ff43adcd6a93f6f2b9dfcbd (diff)
parent85db1734e7dd456c1edb095a2c829527262b96c7 (diff)
downloadmonzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.gz
monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.xz
monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.zip
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
Diffstat (limited to 'tests/unit_tests/zmq_rpc.cpp')
-rw-r--r--tests/unit_tests/zmq_rpc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/zmq_rpc.cpp b/tests/unit_tests/zmq_rpc.cpp
index 59759bed8..66a7f3ac1 100644
--- a/tests/unit_tests/zmq_rpc.cpp
+++ b/tests/unit_tests/zmq_rpc.cpp
@@ -202,7 +202,6 @@ namespace
MASSERT(!expected.empty());
std::size_t actual_height = 0;
- crypto::hash actual_id{};
crypto::hash actual_prev_id{};
std::vector<crypto::hash> actual_ids{};
GET_FROM_JSON_OBJECT(pub.second, actual_height, first_height);