mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
Remove vestiges of old ml api (#7597)
This commit is contained in:
parent
e4897fff00
commit
934455a24b
3 changed files with 5 additions and 10 deletions
|
@ -59,7 +59,7 @@ extern "C" {
|
|||
Z3_CATCH;
|
||||
}
|
||||
|
||||
Z3_ast_opt Z3_API Z3_model_get_const_interp(Z3_context c, Z3_model m, Z3_func_decl a) {
|
||||
Z3_ast Z3_API Z3_model_get_const_interp(Z3_context c, Z3_model m, Z3_func_decl a) {
|
||||
Z3_TRY;
|
||||
LOG_Z3_model_get_const_interp(c, m, a);
|
||||
RESET_ERROR_CODE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue