Skip to content

Commit

Permalink
fix #2595
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Sep 29, 2019
1 parent 98c3887 commit 301209c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/math/polynomial/polynomial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2384,8 +2384,6 @@ namespace polynomial {

void checkpoint() {
if (!m_limit.inc()) {
m_som_buffer.reset();
m_som_buffer2.reset();
throw polynomial_exception(Z3_CANCELED_MSG);
}
}
Expand Down

0 comments on commit 301209c

Please sign in to comment.