wownero/tests/core_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
block_reward.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
block_reward.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
block_validation.cpp enforce claiming maximum coinbase amount 2020-08-21 12:36:53 +00:00
block_validation.h enforce claiming maximum coinbase amount 2020-08-21 12:36:53 +00:00
bulletproofs.cpp core_tests: fix failures after v13 2020-08-28 00:18:39 +00:00
bulletproofs.h Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
chain_split_1.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
chain_split_1.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
chain_switch_1.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
chain_switch_1.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
chaingen.cpp Merge pull request #6111 2020-09-06 15:49:37 +02:00
chaingen.h core_tests: fix failures after v13 2020-08-28 00:18:39 +00:00
chaingen001.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
chaingen_main.cpp Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
chaingen_tests_list.h Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
double_spend.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
double_spend.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
double_spend.inl Update copyright year to 2020 2020-05-06 22:36:54 -04:00
integer_overflow.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
integer_overflow.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
multisig.cpp Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
multisig.h Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
rct.cpp Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
rct.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rct2.cpp core_tests: fix failures after v13 2020-08-28 00:18:39 +00:00
rct2.h Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
ring_signature_1.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
ring_signature_1.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
transaction_tests.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
transaction_tests.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
tx_pool.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
tx_pool.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
tx_validation.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
tx_validation.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
v2_tests.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
v2_tests.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_tools.cpp tests: fix HF12 chaingen - construct bc object from events 2019-11-13 10:11:29 +01:00
wallet_tools.h device/trezor: debugging features, trezor tests 2019-03-05 14:02:45 +01:00