diff --git a/readers/mutation_reader.hh b/readers/mutation_reader.hh index ba5094aa36..848a1d1b0d 100644 --- a/readers/mutation_reader.hh +++ b/readers/mutation_reader.hh @@ -137,9 +137,6 @@ public: // unless the reader is fast-forwarded to a new range. bool _end_of_stream = false; - // Set by fill buffer for segregating output by partition range. - std::optional _next_range; - schema_ptr _schema; reader_permit _permit; friend class mutation_reader;