mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
theory_lra: Remove unused variable.
This commit is contained in:
parent
5eb24d3118
commit
1067a5363f
|
@ -1569,7 +1569,6 @@ public:
|
|||
VERIFY(a.is_idiv(n, p, q));
|
||||
theory_var v = mk_var(n);
|
||||
theory_var v1 = mk_var(p);
|
||||
theory_var v2 = mk_var(q);
|
||||
rational r1 = get_value(v1);
|
||||
rational r2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue