Skip to content

Commit

Permalink
revert fix for #2865
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jan 22, 2020
1 parent ad965ac commit 0ab107d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/smt/theory_fpa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,12 +727,6 @@ namespace smt {
context & ctx = get_context();
m_factory = alloc(fpa_value_factory, m, get_family_id());
mg.register_factory(m_factory);

for (enode* n : ctx.enodes()) {
theory_var v = n->get_th_var(get_family_id());
if (v != -1 && is_uninterp_const(n->get_owner()))
ctx.mark_as_relevant(n->get_owner());
}
}

enode* theory_fpa::ensure_enode(expr* e) {
Expand Down

0 comments on commit 0ab107d

Please sign in to comment.