Remove redundant change

This commit is contained in:
alesapin 2020-09-21 18:55:21 +03:00
parent e37099f65e
commit bcea1a4207

View File

@ -67,7 +67,6 @@ public:
/// Register codec with parameters and column type
void registerCompressionCodecWithType(const String & family_name, std::optional<uint8_t> byte_code, CreatorWithType creator);
/// Register codec with parameters
void registerCompressionCodec(const String & family_name, std::optional<uint8_t> byte_code, Creator creator);
/// Register codec without parameters