wownero/src/daemon
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
..
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
command_line_args.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
command_parser_executor.cpp ban lists may now include subnets 2020-12-22 02:12:41 +00:00
command_parser_executor.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
command_server.cpp daemon: the ban command can now load IPs from a file (ban @filename) 2020-12-14 12:26:23 +00:00
command_server.h Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command 2020-07-24 07:12:11 +02:00
core.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
daemon.cpp Merge pull request #6516 2020-07-19 03:34:28 -07:00
daemon.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
executor.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
executor.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
main.cpp Add rpc-restricted-bind-ip option 2020-10-29 00:22:18 +00:00
p2p.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
protocol.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rpc_command_executor.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
rpc_command_executor.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00