range_tombstone: Remove code that duplicates logic.

The actions performed by the call to set_start() were duplicated by the
immediately following code lines that are removed with this patch.

Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com>
Message-Id: <20eaa1338c1719ded34f5c9ada69ec03907936f5.1537989044.git.vladimir@scylladb.com>
This commit is contained in:
Vladimir Krivopalov
2018-09-26 12:10:52 -07:00
committed by Tomasz Grabiec
parent e0b34003b5
commit 653fb37ea5

View File

@@ -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;
}