3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

remove cooperate

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-12 20:15:46 -07:00
parent 42ac3a5363
commit e0d8cefde4
52 changed files with 0 additions and 204 deletions

View file

@ -28,7 +28,6 @@ Notes:
#include "util/obj_ref.h"
#include "util/ref_vector.h"
#include "util/ref_buffer.h"
#include "util/cooperate.h"
#include "util/common_msgs.h"
#ifndef REALCLOSURE_INI_BUFFER_SIZE
@ -550,7 +549,6 @@ namespace realclosure {
void checkpoint() {
if (!m_limit.inc())
throw exception(Z3_CANCELED_MSG);
cooperate("rcf");
}
value * one() const {