More corpus tinkering. Missing coverage for Node256

This commit is contained in:
2024-02-01 18:22:45 -08:00
parent aa8327cb5d
commit 20bd5c2fa6
169 changed files with 1 additions and 3 deletions

View File

@@ -892,7 +892,6 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
if (insertedEnd) {
auto *p = prevLogical(end);
assert(p != nullptr);
end->entryPresent = true;
end->entry.pointVersion = p->entry.rangeVersion;
end->entry.rangeVersion = p->entry.rangeVersion;
}