wownero/src/blockchain_db
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
..
lmdb Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
blockchain_db.cpp Avoid some temporary strings when reading off the database 2020-08-17 14:02:27 +00:00
blockchain_db.h rpc: limit the number of txes for get_blocks.bin 2020-12-29 04:31:58 +00:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
locked_txn.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
testdb.h rpc: limit the number of txes for get_blocks.bin 2020-12-29 04:31:58 +00:00