mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove useless code.
This commit is contained in:
parent
92ef0a9ed7
commit
1c5d1c6b7a
@ -145,8 +145,6 @@ void RequiredSourceColumnsMatcher::visit(const ASTSelectQuery & select, const AS
|
||||
|
||||
/// revisit select_expression_list (with children) when all the aliases are set
|
||||
Visitor(data).visit(select.select());
|
||||
if (auto with = select.with())
|
||||
Visitor(data).visit(with);
|
||||
}
|
||||
|
||||
void RequiredSourceColumnsMatcher::visit(const ASTIdentifier & node, const ASTPtr &, Data & data)
|
||||
|
Loading…
Reference in New Issue
Block a user