mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
disabled debug output
This commit is contained in:
parent
f8145c8b9f
commit
1e3952406c
|
@ -3351,7 +3351,7 @@ void fpa2bv_converter::mk_rounding_mode(func_decl * f, expr_ref & result)
|
|||
|
||||
void fpa2bv_converter::dbg_decouple(const char * prefix, expr_ref & e) {
|
||||
#ifdef Z3DEBUG
|
||||
// return;
|
||||
return;
|
||||
// CMW: This works only for quantifier-free formulas.
|
||||
expr_ref new_e(m);
|
||||
new_e = m.mk_fresh_const(prefix, m.get_sort(e));
|
||||
|
|
Loading…
Reference in a new issue