Skip to content

Commit

Permalink
Remove failing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwimmer committed Jun 11, 2021
1 parent 8799187 commit 3a71725
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,4 @@ public boolean addState(BigBang bb, TypeState add) {
assert this.isClone();
return super.addState(bb, add);
}

@Override
public void update(BigBang bb) {
assert !getState().isEmpty() : "why update when state is still empty?";
super.update(bb);
}
}

0 comments on commit 3a71725

Please sign in to comment.