mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Remove unnecessary comment
This commit is contained in:
parent
2dfc0d008b
commit
45b1b66fd8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user