summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 924e3c974..b8cd1c3d7 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -41,7 +41,6 @@ class TypeNode;
class Env;
class NodeManager;
class TheoryEngine;
-class ProofManager;
class UnsatCore;
class LogicRequest;
class StatisticsRegistry;
@@ -99,7 +98,6 @@ class SmtScope;
class PfManager;
class UnsatCoreManager;
-ProofManager* currentProofManager();
} // namespace smt
/* -------------------------------------------------------------------------- */
@@ -858,12 +856,6 @@ class CVC5_EXPORT SmtEngine
/** Get a pointer to the PropEngine owned by this SmtEngine. */
prop::PropEngine* getPropEngine();
- /**
- * Get a pointer to the ProofManager owned by this SmtEngine.
- * TODO (project #37): this is the old proof manager and will be deleted
- */
- ProofManager* getProofManager() { return d_proofManager.get(); };
-
/** Get the resource manager of this SMT engine */
ResourceManager* getResourceManager() const;
@@ -1076,8 +1068,6 @@ class CVC5_EXPORT SmtEngine
/** The SMT solver */
std::unique_ptr<smt::SmtSolver> d_smtSolver;
- /** The (old) proof manager TODO (project #37): delete this */
- std::unique_ptr<ProofManager> d_proofManager;
/**
* The SMT-level model object, which contains information about how to
* print the model, as well as a pointer to the underlying TheoryModel
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback