From 09db36048a1bcbbf24a8f9d25c34022e231c0a17 Mon Sep 17 00:00:00 2001 From: nikitamikhaylov Date: Fri, 13 Nov 2020 00:34:34 +0300 Subject: [PATCH] after merge --- src/Formats/registerFormats.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Formats/registerFormats.cpp b/src/Formats/registerFormats.cpp index 96b2c4ee384..89fb7c6cc02 100644 --- a/src/Formats/registerFormats.cpp +++ b/src/Formats/registerFormats.cpp @@ -15,7 +15,6 @@ void registerFileSegmentationEngineCSV(FormatFactory & factory); void registerFileSegmentationEngineJSONEachRow(FormatFactory & factory); void registerFileSegmentationEngineRegexp(FormatFactory & factory); void registerFileSegmentationEngineJSONAsString(FormatFactory & factory); -void registerFileSegmentationEngineLineAsString(FormatFactory & factory); /// Formats for both input/output. @@ -90,7 +89,6 @@ void registerFormats() registerFileSegmentationEngineJSONEachRow(factory); registerFileSegmentationEngineRegexp(factory); registerFileSegmentationEngineJSONAsString(factory); - registerFileSegmentationEngineLineAsString(factory); registerInputFormatNative(factory); registerOutputFormatNative(factory);