This commit is contained in:
JoelKatz
2012-11-09 07:25:33 -08:00
parent 914839547b
commit d1a0a13cbe

View File

@@ -319,7 +319,6 @@ SHAMapTreeNode* SHAMap::lastBelow(SHAMapTreeNode* node)
SHAMapItem::pointer SHAMap::onlyBelow(SHAMapTreeNode* node)
{
// If there is only one item below this node, return it
bool found;
while (!node->isLeaf())
{
found = false;