mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
compiler warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed4a84e5d3
commit
efbecb19b1
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue