monero/src/rpc
Kevin Barbour 85db1734e7
Remove unused variables in monero codebase
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
2021-02-09 08:05:05 +01:00
..
bootstrap_daemon.cpp rpc: skip non-synced bootstrap daemons in --no-sync mode too 2020-11-17 23:15:36 +00:00
bootstrap_daemon.h rpc: skip non-synced bootstrap daemons in --no-sync mode too 2020-11-17 23:15:36 +00:00
bootstrap_node_selector.cpp daemon: auto public nodes - cache and prioritize most stable nodes 2020-02-28 08:06:43 +00:00
bootstrap_node_selector.h bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning) 2020-04-15 21:22:55 +00:00
CMakeLists.txt rpc_private_headers declaration fix 2020-09-27 13:41:44 +01:00
core_rpc_server_commands_defs.h restrict public node checks a little 2020-12-22 23:39:07 +00:00
core_rpc_server_error_codes.h Merge pull request #6512 2020-07-19 03:32:59 -07:00
core_rpc_server.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
core_rpc_server.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
daemon_handler.cpp rpc: limit the number of txes for get_blocks.bin 2020-12-29 04:31:58 +00:00
daemon_handler.h Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster 2020-08-14 19:46:59 +00:00
daemon_messages.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
daemon_messages.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
daemon_rpc_version.h Merge pull request #6603 2020-08-16 12:43:38 -07:00
fwd.h Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
instanciations.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
message_data_structs.h wallet2: adapt to deterministic unlock time 2020-09-15 11:40:31 +00:00
message.cpp Merge pull request #6603 2020-08-16 12:43:38 -07:00
message.h Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster 2020-08-14 19:46:59 +00:00
rpc_args.cpp Add rpc-restricted-bind-ip option 2020-10-29 00:22:18 +00:00
rpc_args.h Add rpc-restricted-bind-ip option 2020-10-29 00:22:18 +00:00
rpc_handler.cpp rpc: work around a GCC 7.4.0 (at least) bug 2019-06-12 22:27:07 +00:00
rpc_handler.h Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster 2020-08-14 19:46:59 +00:00
rpc_payment_costs.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc_payment_signature.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc_payment_signature.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc_payment.cpp replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
rpc_payment.h replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
rpc_version_str.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc_version_str.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
zmq_pub.cpp Silence stupid warnings 2020-11-11 02:34:14 +00:00
zmq_pub.h Adding ZMQ/Pub support for txpool_add and chain_main events 2020-05-04 02:06:35 +00:00
zmq_server.cpp Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster 2020-08-14 19:46:59 +00:00
zmq_server.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00