Remove unnecessary comment

This commit is contained in:
Igor Nikonov 2023-02-21 16:58:45 +00:00
parent 2dfc0d008b
commit 45b1b66fd8

View File

@ -188,7 +188,6 @@ private:
return false;
/// remove sorting
// parent_node->children.front() = sorting_node->children.front();
for (auto & child : parent_node->children)
{
if (child == sorting_node)