Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 12, 2023
1 parent 4db4b6e commit bb3ae72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Core/Memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ const UpdateList &ObjectState::getUpdates() const {
auto array = getArrayCache()->CreateArray(size,
SourceBuilder::constant(values));
updates = UpdateList(array, updates.head);
knownSymbolics.reset();
concreteKnownSymbolics = 0;
unflushedMask.reset();
}

assert(updates.root);
Expand Down

0 comments on commit bb3ae72

Please sign in to comment.