mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Removed unused function
This commit is contained in:
parent
ff42c44f37
commit
15ccb34a81
|
@ -50,7 +50,6 @@ public:
|
|||
expr_ref convert_bv2rm(expr * eval_v);
|
||||
expr_ref convert_bv2rm(model_core * mc, app * val);
|
||||
|
||||
void convert(model_core * mc, model_core * float_mdl);
|
||||
void convert_consts(model_core * mc, model_core * target_model, obj_hashtable<func_decl> & seen);
|
||||
void convert_rm_consts(model_core * mc, model_core * target_model, obj_hashtable<func_decl> & seen);
|
||||
void convert_min_max_specials(model_core * mc, model_core * target_model, obj_hashtable<func_decl> & seen);
|
||||
|
|
Loading…
Reference in a new issue