mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
remove unused var
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
b65d5797f8
commit
2733899c01
1 changed files with 0 additions and 1 deletions
|
@ -485,7 +485,6 @@ public:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned size = g->size();
|
|
||||||
expr_ref new_f1(m), new_f2(m);
|
expr_ref new_f1(m), new_f2(m);
|
||||||
proof_ref new_pr1(m), new_pr2(m);
|
proof_ref new_pr1(m), new_pr2(m);
|
||||||
for (unsigned idx = 0; !g->inconsistent() && idx < g->size(); idx++) {
|
for (unsigned idx = 0; !g->inconsistent() && idx < g->size(); idx++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue