diff --git a/ConflictSet.cpp b/ConflictSet.cpp index a2e5a68..70f61db 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -756,9 +756,6 @@ bool checkRangeRead(Node *n, const std::span begin, assert(left.n != nullptr); auto boundaryVersion = left.n->entry.pointVersion; // Already checked left rangeVersion - if (right.cmp == 0) { - boundaryVersion = std::max(boundaryVersion, right.n->entry.rangeVersion); - } if (boundaryVersion > readVersion) { return false; }