Remove commented line

This commit is contained in:
avogar 2022-01-26 16:31:09 +03:00
parent 1f63cea082
commit bc95f2d313

View File

@ -21,7 +21,7 @@ private:
void parseArguments(const ASTPtr & ast_function, ContextPtr context) override;
DataTypes getTypesFromArgument(const ASTPtr & arg, ContextPtr context);
// String structure;
ColumnsDescription structure;
bool has_structure_in_arguments;
};