Skip to content

Commit b68d7f3

Browse files
authored
Removed superfluous comment
1 parent b0081a8 commit b68d7f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clickhouse/columns/lowcardinality.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@ bool ColumnLowCardinality::LoadPrefix(InputStream* input, size_t) {
250250
if (key_version != KeySerializationVersion::SharedDictionariesWithAdditionalKeys)
251251
throw ProtocolError("Invalid key serialization version value.");
252252

253-
254-
// does nothing with key_version, only check it?
255-
256253
return true;
257254
}
258255

0 commit comments

Comments
 (0)