mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
remove platform dependent print
This commit is contained in:
parent
4f4cafbc98
commit
554191885e
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ namespace smt {
|
|||
symbol const & family_name = m.get_family_name(get_family_id());
|
||||
|
||||
if (pattern_id == UINT_MAX) {
|
||||
out << "[inst-discovered] theory-solving " << static_cast<void *>(nullptr) << " " << family_name << "#";
|
||||
out << "[inst-discovered] theory-solving " << " " << family_name << "#";
|
||||
if (axiom_id != UINT_MAX)
|
||||
out << axiom_id;
|
||||
for (unsigned i = 0; i < num_bindings; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue