wownero/tests/performance_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
bulletproof.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
check_hash.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
check_tx_signature.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
cn_fast_hash.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
cn_slow_hash.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
construct_tx.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
crypto_ops.h CLSAG signatures 2020-08-27 12:43:29 +00:00
derive_public_key.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
derive_secret_key.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
equality.h Merge pull request #6512 2020-07-19 03:32:59 -07:00
ge_frombytes_vartime.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
ge_tobytes.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
generate_key_derivation.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
generate_key_image.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
generate_key_image_helper.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
generate_keypair.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
is_out_to_acc.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
main.cpp Added balance check to MLSAG/CLSAG performance tests 2020-08-27 12:44:04 +00:00
multi_tx_test_base.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
multiexp.h multiexp: handle pippenger multiexps with part precalc 2018-10-22 16:07:44 +00:00
performance_tests.h Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
performance_utils.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
range_proof.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rct_mlsag.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
sc_check.h performance_tests: sc_check and ge_dsm_precomp 2018-10-22 16:07:44 +00:00
sc_reduce32.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
sig_clsag.h Added balance check to MLSAG/CLSAG performance tests 2020-08-27 12:44:04 +00:00
sig_mlsag.h Added balance check to MLSAG/CLSAG performance tests 2020-08-27 12:44:04 +00:00
signature.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
single_tx_test_base.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
subaddress_expand.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00