summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 81d4f594d..bec193f58 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -910,13 +910,6 @@ void SmtEngine::notifyPostSolvePre()
pe->resetTrail();
}
-void SmtEngine::notifyPostSolvePost()
-{
- TheoryEngine* te = getTheoryEngine();
- Assert(te != nullptr);
- te->postsolve();
-}
-
Result SmtEngine::checkSat(const Expr& assumption, bool inUnsatCore)
{
Dump("benchmark") << CheckSatCommand(assumption);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback