mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
98c3887460
commit
301209cda6
|
@ -2384,8 +2384,6 @@ namespace polynomial {
|
||||||
|
|
||||||
void checkpoint() {
|
void checkpoint() {
|
||||||
if (!m_limit.inc()) {
|
if (!m_limit.inc()) {
|
||||||
m_som_buffer.reset();
|
|
||||||
m_som_buffer2.reset();
|
|
||||||
throw polynomial_exception(Z3_CANCELED_MSG);
|
throw polynomial_exception(Z3_CANCELED_MSG);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue