mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
range_tombstone_stream: Remove an unused boolean flag.
Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com>
This commit is contained in:
@@ -265,7 +265,6 @@ void range_tombstone_stream::apply(const range_tombstone_list& list, const query
|
||||
}
|
||||
|
||||
void range_tombstone_stream::reset() {
|
||||
_inside_range_tombstone = false;
|
||||
_list.clear();
|
||||
}
|
||||
|
||||
|
||||
@@ -575,7 +575,6 @@ class range_tombstone_stream {
|
||||
const schema& _schema;
|
||||
position_in_partition::less_compare _cmp;
|
||||
range_tombstone_list _list;
|
||||
bool _inside_range_tombstone = false;
|
||||
private:
|
||||
mutation_fragment_opt do_get_next();
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user