diff --git a/src/Formats/FormatFactory.h b/src/Formats/FormatFactory.h index 4e10aa4141a..77ecd2c167f 100644 --- a/src/Formats/FormatFactory.h +++ b/src/Formats/FormatFactory.h @@ -68,13 +68,11 @@ public: size_t row)>; private: - using InputCreatorFunc = InputFormatPtr( - ReadBuffer & buf, - const Block & header, - const RowInputFormatParams & params, - const FormatSettings & settings); - - using InputCreator = std::function; + using InputCreator = std::function; using OutputCreator = std::function