summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.cpp')
-rw-r--r--src/theory/arith/theory_arith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index bdc32ab21..6ff74f0f9 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -428,7 +428,6 @@ Node TheoryArith::simulatePreprocessing(TNode n){
}else{
Node rewritten = rewrite(n);
Kind k = rewritten.getKind();
- bool negate = false;
if(rewritten.getKind() == NOT){
Node sub = simulatePreprocessing(rewritten[0]);
@@ -532,6 +531,7 @@ void TheoryArith::check(Effort level){
}
if(enqueuedCaseSplit){
//d_out->caseSplit();
+ Warning() << "Outstanding case split in theory arith" << endl;
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback