summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 74b73d718..08d33fe6c 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1992,11 +1992,6 @@ void TheoryEngine::staticInitializeBVOptions(
}
}
-void TheoryEngine::mkAckermanizationAssertions(std::vector<Node>& assertions) {
- bv::TheoryBV* bv_theory = (bv::TheoryBV*)d_theoryTable[THEORY_BV];
- bv_theory->mkAckermanizationAssertions(assertions);
-}
-
Node TheoryEngine::ppSimpITE(TNode assertion)
{
if (!d_iteUtilities->containsTermITE(assertion))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback