wownero/src/device
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 Support for supercop ASM in wallet, and benchmark for supercop 2020-05-16 10:25:17 +00:00
device.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
device.hpp CLSAG device support 2020-08-27 12:44:04 +00:00
device_cold.hpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
device_default.cpp CLSAG device support 2020-08-27 12:44:04 +00:00
device_default.hpp CLSAG device support 2020-08-27 12:44:04 +00:00
device_io.hpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
device_io_hid.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
device_io_hid.hpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
device_ledger.cpp device: Ledger - update status codes 2020-10-13 22:53:19 +00:00
device_ledger.hpp device: Ledger - update status codes 2020-10-13 22:53:19 +00:00
log.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
log.hpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00