mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 21:47:10 +00:00
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:
committed by
Tomasz Grabiec
parent
e0b34003b5
commit
653fb37ea5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user