mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update smt_context.cpp
This commit is contained in:
parent
421fe94607
commit
acad9fa62c
|
@ -4522,8 +4522,6 @@ namespace smt {
|
|||
theory_var_list * l = n->get_th_var_list();
|
||||
theory_id th_id = l->get_id();
|
||||
|
||||
verbose_stream() << "num parents " << n->get_num_parents() << "\n";
|
||||
|
||||
for (enode * parent : enode::parents(n)) {
|
||||
app* p = parent->get_expr();
|
||||
family_id fid = p->get_family_id();
|
||||
|
|
Loading…
Reference in a new issue