mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
missing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2a682e4b13
commit
4b3b4b95d9
|
@ -99,7 +99,6 @@ namespace euf {
|
|||
void egraph::update_children(enode* n) {
|
||||
for (enode* child : enode_args(n))
|
||||
child->get_root()->add_parent(n);
|
||||
n->set_update_children();
|
||||
m_updates.push_back(update_record(n, update_record::update_children()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue