mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
61dbb6168e
commit
32b6b2da44
41 changed files with 55 additions and 280 deletions
|
@ -498,9 +498,6 @@ namespace datalog {
|
|||
return dynamic_cast<karr_relation const&>(r);
|
||||
}
|
||||
|
||||
void karr_relation_plugin::set_cancel(bool f) {
|
||||
}
|
||||
|
||||
relation_base * karr_relation_plugin::mk_empty(const relation_signature & s) {
|
||||
return alloc(karr_relation, *this, 0, s, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue