Skip to content

Commit

Permalink
compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Feb 3, 2023
1 parent ed4a84e commit efbecb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/smt/theory_fpa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ namespace smt {

out << "equivalence classes:\n";
for (enode * n : ctx.enodes()) {
expr * e = n->get_expr();
expr * r = n->get_root()->get_expr();
out << r->get_id() << " --> " << enode_pp(n, ctx) << "\n";
}
Expand Down

0 comments on commit efbecb1

Please sign in to comment.