diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 10ab695..1c26371 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -1681,9 +1681,6 @@ bool checkRangeStartsWith(Node *n, std::span key, int begin, #endif auto remaining = key; for (;;) { - if (maxVersion(n, impl) <= readVersion) { - return true; - } if (remaining.size() == 0) { return maxBetweenExclusive(n, begin, end) <= readVersion; }