3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 01:40:22 +00:00

remove platform dependent print

This commit is contained in:
Nikolaj Bjorner 2024-12-23 16:13:36 -08:00
parent 4f4cafbc98
commit 554191885e
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ namespace smt {
vector<std::tuple<enode *, enode *>> & used_enodes) {
if (pat == nullptr) {
trace_stream() << "[inst-discovered] MBQI " << static_cast<void*>(f) << " #" << q->get_id();
trace_stream() << "[inst-discovered] MBQI " << " #" << q->get_id();
for (unsigned i = 0; i < num_bindings; ++i) {
trace_stream() << " #" << bindings[num_bindings - i - 1]->get_owner_id();
}