Remove unused variable
This commit is contained in:
parent
4b90fd389d
commit
26873db199
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ void BlockchainLMDB::remove_output(const uint64_t& out_index, const uint64_t amo
|
||||||
check_open();
|
check_open();
|
||||||
|
|
||||||
MDB_val_copy<uint64_t> k(out_index);
|
MDB_val_copy<uint64_t> k(out_index);
|
||||||
MDB_val v;
|
|
||||||
|
|
||||||
/****** Uncomment if ever outputs actually need to be stored in this manner
|
/****** Uncomment if ever outputs actually need to be stored in this manner
|
||||||
blobdata b;
|
blobdata b;
|
||||||
|
|
Loading…
Reference in a new issue