fix clang build

This commit is contained in:
CurtizJ 2019-08-26 20:37:40 +03:00
parent 4a7459f3b3
commit fa5aeb757f

View File

@ -25,9 +25,6 @@ private:
SortDescription description_sorted;
Chunk tail_chunk;
bool end_of_stream = false;
size_t total_rows_processed = 0;
};
}