3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

Fix for #343. Optimizations introduced on 8-10-2015 were too agressive. Remove unreferened variable

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-12-01 13:43:47 -08:00
parent 9fa4bf2f8f
commit aa777bd5c6

View file

@ -189,7 +189,6 @@ public:
TRACE("pb", tout << "add bound " << mk_pp(x, m) << "\n";);
}
}
expr_ref_vector fmls(m);
expr_mark subfmls;
for (unsigned i = 0; i < g->size(); i++) {
expr_ref new_curr(m);