mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
fix unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3152833893
commit
b3f720c2bf
|
@ -465,7 +465,7 @@ namespace smt {
|
||||||
TRACE("arith_axiom", tout << mk_pp(ante, m) << "\n" << mk_pp(conseq, m) << "\n";
|
TRACE("arith_axiom", tout << mk_pp(ante, m) << "\n" << mk_pp(conseq, m) << "\n";
|
||||||
tout << s_ante << "\n" << s_conseq << "\n";);
|
tout << s_ante << "\n" << s_conseq << "\n";);
|
||||||
|
|
||||||
literal lits[2] = {l_ante, l_conseq};
|
// literal lits[2] = {l_ante, l_conseq};
|
||||||
mk_clause(l_ante, l_conseq, 0, 0);
|
mk_clause(l_ante, l_conseq, 0, 0);
|
||||||
if (ctx.relevancy()) {
|
if (ctx.relevancy()) {
|
||||||
if (l_ante == false_literal) {
|
if (l_ante == false_literal) {
|
||||||
|
|
Loading…
Reference in a new issue