Remove unused variable

This commit is contained in:
warptangent 2015-02-11 15:55:53 -08:00
parent 4b90fd389d
commit 26873db199
No known key found for this signature in database
GPG key ID: 0E490BEBFBE4E92D

View file

@ -386,7 +386,6 @@ void BlockchainLMDB::remove_output(const uint64_t& out_index, const uint64_t amo
check_open();
MDB_val_copy<uint64_t> k(out_index);
MDB_val v;
/****** Uncomment if ever outputs actually need to be stored in this manner
blobdata b;