mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
Remove unnecessary comment
This commit is contained in:
parent
2dfc0d008b
commit
45b1b66fd8
@ -188,7 +188,6 @@ private:
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
/// remove sorting
|
/// remove sorting
|
||||||
// parent_node->children.front() = sorting_node->children.front();
|
|
||||||
for (auto & child : parent_node->children)
|
for (auto & child : parent_node->children)
|
||||||
{
|
{
|
||||||
if (child == sorting_node)
|
if (child == sorting_node)
|
||||||
|
Loading…
Reference in New Issue
Block a user