mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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;
|
||||
}
|
||||
|
||||
unsigned size = g->size();
|
||||
expr_ref new_f1(m), new_f2(m);
|
||||
proof_ref new_pr1(m), new_pr2(m);
|
||||
for (unsigned idx = 0; !g->inconsistent() && idx < g->size(); idx++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue