Remove unused variable.

This commit is contained in:
Tom Ritchford
2015-02-25 20:55:07 -05:00
parent ef01f82e0c
commit cb92b94d55

View File

@@ -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))