remove wrong code

This commit is contained in:
Han Fei 2023-11-28 16:46:55 +01:00
parent 6733438adc
commit e4421e2808

View File

@ -71,7 +71,6 @@ bool ColumnDescription::operator==(const ColumnDescription & other) const
return name == other.name
&& type->equals(*other.type)
&& default_desc == other.default_desc
&& comment == other.comment
&& stat == other.stat
&& ast_to_str(codec) == ast_to_str(other.codec)
&& ast_to_str(ttl) == ast_to_str(other.ttl);