3
0
Fork 0
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:
Nikolaj Bjorner 2023-09-23 16:25:46 -07:00 committed by GitHub
parent 421fe94607
commit acad9fa62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();