3
0
Fork 0
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:
Bruce Mitchener 2018-10-02 08:34:57 +07:00
parent 5eb24d3118
commit 1067a5363f

View file

@ -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;