diff --git a/dbms/src/Processors/Formats/Impl/ValuesBlockInputFormat.h b/dbms/src/Processors/Formats/Impl/ValuesBlockInputFormat.h index 1cb3fe4d98f..218af0f3046 100644 --- a/dbms/src/Processors/Formats/Impl/ValuesBlockInputFormat.h +++ b/dbms/src/Processors/Formats/Impl/ValuesBlockInputFormat.h @@ -62,7 +62,6 @@ private: PeekableReadBuffer buf; RowInputFormatParams params; - Stopwatch total_stopwatch {CLOCK_MONOTONIC_COARSE}; std::unique_ptr context; /// pimpl const FormatSettings format_settings;