wownero/src/blockchain_db/lmdb
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
..
db_lmdb.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
db_lmdb.h rpc: limit the number of txes for get_blocks.bin 2020-12-29 04:31:58 +00:00