mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
remove out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f5a08cc54e
commit
5b32c3778f
|
@ -3815,7 +3815,6 @@ void fpa2bv_converter::mk_rounding_mode(decl_kind k, expr_ref & result)
|
||||||
}
|
}
|
||||||
|
|
||||||
result = m_util.mk_bv2rm(result);
|
result = m_util.mk_bv2rm(result);
|
||||||
std::cout << "Rounding: " << result << "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void fpa2bv_converter::dbg_decouple(const char * prefix, expr_ref & e) {
|
void fpa2bv_converter::dbg_decouple(const char * prefix, expr_ref & e) {
|
||||||
|
|
Loading…
Reference in a new issue