diff --git a/src/cpp/ripple/SHAMap.cpp b/src/cpp/ripple/SHAMap.cpp index 89c325a3d..58524afab 100644 --- a/src/cpp/ripple/SHAMap.cpp +++ b/src/cpp/ripple/SHAMap.cpp @@ -321,7 +321,6 @@ SHAMapItem::pointer SHAMap::onlyBelow(SHAMapTreeNode* node) // If there is only one item below this node, return it while (!node->isLeaf()) { - found = false; SHAMapTreeNode* nextNode = NULL; for (int i = 0; i < 16; ++i)