mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove an unused variable.
This commit is contained in:
@@ -139,7 +139,6 @@ HashedObject::pointer HashedObjectStore::retrieve(const uint256& hash)
|
|||||||
std::vector<unsigned char> data;
|
std::vector<unsigned char> data;
|
||||||
std::string type;
|
std::string type;
|
||||||
uint32 index;
|
uint32 index;
|
||||||
int size;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
ScopedLock sl(theApp->getHashNodeDB()->getDBLock());
|
ScopedLock sl(theApp->getHashNodeDB()->getDBLock());
|
||||||
|
|||||||
Reference in New Issue
Block a user