mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +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 @@ Revision History:
|
|||
#include "util/debug.h"
|
||||
#include "util/trace.h"
|
||||
#include "util/scoped_numeral.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "util/common_msgs.h"
|
||||
|
||||
#define DEFAULT_PI_PRECISION 2
|
||||
|
@ -65,7 +64,6 @@ template<typename C>
|
|||
void interval_manager<C>::checkpoint() {
|
||||
if (!m_limit.inc())
|
||||
throw default_exception(Z3_CANCELED_MSG);
|
||||
cooperate("interval");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue