summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 1d096e1fe..d3ba34b6c 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1206,7 +1206,6 @@ void SmtEngine::setDefaults() {
if (d_logic.isTheoryEnabled(THEORY_BV))
{
d_logic = d_logic.getUnlockedCopy();
- d_logic.disableTheory(THEORY_BV);
d_logic.enableTheory(THEORY_ARITH);
d_logic.arithNonLinear();
d_logic.lock();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback