forked from weaselab/conflict-set
Remove bogus assert
It's bogus since we mess with oldestVersionFullPrecision in addWrites
This commit is contained in:
@@ -3155,7 +3155,6 @@ void internal_addWrites(ConflictSet::Impl *impl,
|
||||
|
||||
void internal_setOldestVersion(ConflictSet::Impl *impl, int64_t oldestVersion) {
|
||||
mallocBytesDelta = 0;
|
||||
assert(oldestVersion >= impl->oldestVersionFullPrecision);
|
||||
impl->setOldestVersion(oldestVersion);
|
||||
impl->totalBytes += mallocBytesDelta;
|
||||
#if SHOW_MEMORY
|
||||
|
||||
Reference in New Issue
Block a user