Skip to content

Commit 301209c

Browse files
fix #2595
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 98c3887 commit 301209c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/math/polynomial/polynomial.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,8 +2384,6 @@ namespace polynomial {
23842384

23852385
void checkpoint() {
23862386
if (!m_limit.inc()) {
2387-
m_som_buffer.reset();
2388-
m_som_buffer2.reset();
23892387
throw polynomial_exception(Z3_CANCELED_MSG);
23902388
}
23912389
}

0 commit comments

Comments
 (0)