Skip to content

Commit

Permalink
Update smt_context.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Sep 23, 2023
1 parent 421fe94 commit acad9fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smt/smt_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit acad9fa

Please sign in to comment.