summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.cpp')
-rw-r--r--src/theory/bv/theory_bv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/bv/theory_bv.cpp b/src/theory/bv/theory_bv.cpp
index c4d419d83..d19378f72 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -346,7 +346,6 @@ void TheoryBV::check(Effort e)
assertions.push_back(fact);
d_eagerSolver->assertFormula(fact[0]);
}
- Assert (d_eagerSolver->hasAssertions(assertions));
bool ok = d_eagerSolver->checkSat();
if (!ok) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback