Skip to content

Commit

Permalink
range_tombstone_stream: Remove an unused boolean flag.
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com>
  • Loading branch information
argenet committed Jun 18, 2018
1 parent 71471bb commit 0cf42e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mutation_fragment.cc
Expand Up @@ -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();
}

Expand Down
1 change: 0 additions & 1 deletion mutation_fragment.hh
Expand Up @@ -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:
Expand Down

0 comments on commit 0cf42e7

Please sign in to comment.