remove unused field

This commit is contained in:
Alexander Tokmakov 2019-09-23 15:32:49 +03:00
parent 89280c0ca8
commit 447d59bd37

View File

@ -62,7 +62,6 @@ private:
PeekableReadBuffer buf;
RowInputFormatParams params;
Stopwatch total_stopwatch {CLOCK_MONOTONIC_COARSE};
std::unique_ptr<Context> context; /// pimpl
const FormatSettings format_settings;