mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user