wownero/tests/net_load_tests
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 Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) 2020-10-28 20:08:26 +01:00
clt.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
net_load_tests.h add a max levin packet size by command type 2021-01-03 14:07:45 +00:00
srv.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00