mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
remove some platform specific behavior
This commit is contained in:
parent
554191885e
commit
23c4728d68
5 changed files with 7 additions and 8 deletions
|
@ -240,7 +240,7 @@ namespace smt {
|
|||
vector<std::tuple<enode *, enode *>> & used_enodes) {
|
||||
|
||||
if (pat == nullptr) {
|
||||
trace_stream() << "[inst-discovered] MBQI " << " #" << q->get_id();
|
||||
trace_stream() << "[inst-discovered] MBQI 0x0 #" << q->get_id();
|
||||
for (unsigned i = 0; i < num_bindings; ++i) {
|
||||
trace_stream() << " #" << bindings[num_bindings - i - 1]->get_owner_id();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue