mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Oops.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user