mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
remove cooperate
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42ac3a5363
commit
e0d8cefde4
52 changed files with 0 additions and 204 deletions
|
@ -23,7 +23,6 @@ Notes:
|
|||
#include "util/id_gen.h"
|
||||
#include "util/buffer.h"
|
||||
#include "util/scoped_ptr_vector.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "math/polynomial/upolynomial_factorization.h"
|
||||
#include "math/polynomial/polynomial_primes.h"
|
||||
#include "util/permutation.h"
|
||||
|
@ -2372,7 +2371,6 @@ namespace polynomial {
|
|||
if (!m_limit.inc()) {
|
||||
throw polynomial_exception(Z3_CANCELED_MSG);
|
||||
}
|
||||
cooperate("polynomial");
|
||||
}
|
||||
|
||||
mpzzp_manager & m() const { return const_cast<imp*>(this)->m_manager; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue