summaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Formats/registerFormats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/clickhouse/src/Formats/registerFormats.cpp')
-rw-r--r--contrib/clickhouse/src/Formats/registerFormats.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/clickhouse/src/Formats/registerFormats.cpp b/contrib/clickhouse/src/Formats/registerFormats.cpp
index 5e91f433fe1..fc2d54ba7c0 100644
--- a/contrib/clickhouse/src/Formats/registerFormats.cpp
+++ b/contrib/clickhouse/src/Formats/registerFormats.cpp
@@ -14,7 +14,6 @@ void registerFileSegmentationEngineJSONEachRow(FormatFactory & factory);
void registerFileSegmentationEngineRegexp(FormatFactory & factory);
void registerFileSegmentationEngineJSONAsString(FormatFactory & factory);
void registerFileSegmentationEngineJSONAsObject(FormatFactory & factory);
-void registerFileSegmentationEngineJSONCompactEachRow(FormatFactory & factory);
#if USE_HIVE
void registerFileSegmentationEngineHiveText(FormatFactory & factory);
#endif
@@ -157,7 +156,6 @@ void registerFormats()
registerFileSegmentationEngineJSONEachRow(factory);
registerFileSegmentationEngineJSONAsString(factory);
registerFileSegmentationEngineJSONAsObject(factory);
- registerFileSegmentationEngineJSONCompactEachRow(factory);
#if USE_HIVE
registerFileSegmentationEngineHiveText(factory);
#endif
@@ -286,4 +284,3 @@ void registerFormats()
}
}
-