mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove stdout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82236d44c6
commit
d20259b57a
|
@ -980,10 +980,7 @@ bool poly_rewriter<Config>::hoist_ite(expr_ref& e) {
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
if (!pinned.empty()) {
|
if (!pinned.empty()) {
|
||||||
std::cout << "hoist: " << e << "\n";
|
|
||||||
e = mk_add_app(adds.size(), adds.c_ptr());
|
e = mk_add_app(adds.size(), adds.c_ptr());
|
||||||
std::cout << "hoisted: " << e << "\n";
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue