monero/src/ringct
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
..
bulletproofs.cc Fixed issues found by static analysis 2020-12-08 18:43:44 +01:00
bulletproofs.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
multiexp.cc Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
multiexp.h multiexp: handle pippenger multiexps with part precalc 2018-10-22 16:07:44 +00:00
rctCryptoOps.c Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rctCryptoOps.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
rctOps.cpp CLSAG signatures 2020-08-27 12:43:29 +00:00
rctOps.h CLSAG signatures 2020-08-27 12:43:29 +00:00
rctSigs.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
rctSigs.h CLSAG device support 2020-08-27 12:44:04 +00:00
rctTypes.cpp Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
rctTypes.h fix a couple bugs found by OSS-fuzz 2020-09-24 15:30:38 +00:00