diff --git a/ConflictSet.cpp b/ConflictSet.cpp index ccc5c25..abfe6d2 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -2136,9 +2136,6 @@ bool checkMaxBetweenExclusive(Node *n, int begin, int end, return !(compared & mask) && firstRangeOk; #endif - - return scan16(self->childMaxVersion, self->index, begin, end, - readVersion); } case Type_Node48: { auto *self = static_cast(n);