mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused variable.
This commit is contained in:
@@ -680,7 +680,6 @@ bool SHAMap::delItem (uint256 const& id)
|
||||
throw (std::runtime_error ("missing node"));
|
||||
|
||||
std::shared_ptr<SHAMapTreeNode> leaf = stack.top ().first;
|
||||
SHAMapNodeID leafID = stack.top ().second;
|
||||
stack.pop ();
|
||||
|
||||
if (!leaf || !leaf->hasItem () || (leaf->peekItem ()->getTag () != id))
|
||||
|
||||
Reference in New Issue
Block a user