mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Remove vestiges of old ml api
This commit is contained in:
parent
e4897fff00
commit
02df5a1a47
3 changed files with 5 additions and 10 deletions
|
@ -592,7 +592,7 @@ void display_function_interpretations(Z3_context c, FILE * out, Z3_model m)
|
|||
Z3_symbol name;
|
||||
Z3_ast func_else;
|
||||
unsigned num_entries = 0, j;
|
||||
Z3_func_interp_opt finterp;
|
||||
Z3_func_interp finterp;
|
||||
|
||||
fdecl = Z3_model_get_func_decl(c, m, i);
|
||||
finterp = Z3_model_get_func_interp(c, m, fdecl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue