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 1c746fafa..64662d5c6 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -210,7 +210,6 @@ Node TheoryBV::ppRewrite(TNode t)
void TheoryBV::presolve() {
Debug("bitvector") << "TheoryBV::presolve" << endl;
- d_slicer.computeCoarsestBase();
}
bool TheoryBV::storePropagation(TNode literal, SubTheory subtheory)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback