mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
have replayer handle oom natively
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
04d709dae1
commit
7d0d7e6343
2 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,6 @@ extern "C" {
|
|||
void Z3_API Z3_set_error_handler(Z3_context c, Z3_error_handler h) {
|
||||
RESET_ERROR_CODE();
|
||||
mk_c(c)->set_error_handler(h);
|
||||
// [Leo]: using exception handling, we don't need global error handlers anymore
|
||||
}
|
||||
|
||||
void Z3_API Z3_set_error(Z3_context c, Z3_error_code e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue