3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

remove out

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-31 18:00:37 -07:00
parent f5a08cc54e
commit 5b32c3778f

View file

@ -3815,7 +3815,6 @@ void fpa2bv_converter::mk_rounding_mode(decl_kind k, expr_ref & result)
}
result = m_util.mk_bv2rm(result);
std::cout << "Rounding: " << result << "\n";
}
void fpa2bv_converter::dbg_decouple(const char * prefix, expr_ref & e) {