diff --git a/range_tombstone.hh b/range_tombstone.hh index 94b1fad92d..42994296fc 100644 --- a/range_tombstone.hh +++ b/range_tombstone.hh @@ -151,9 +151,6 @@ public: } if (less(position(), pos)) { set_start(s, pos); - bound_view new_start = pos.as_start_bound_view(); - start = new_start.prefix(); - start_kind = new_start.kind(); } return true; }