summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index 4d06adfba..d26a425c8 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -56,9 +56,7 @@ class PropEngine
/**
* Create a PropEngine with a particular decision and theory engine.
*/
- PropEngine(TheoryEngine* te,
- Env& env,
- ProofNodeManager* pnm);
+ PropEngine(TheoryEngine* te, Env& env);
/**
* Destructor.
@@ -372,9 +370,6 @@ class PropEngine
/** List of all of the assertions that need to be made */
std::vector<Node> d_assertionList;
- /** A pointer to the proof node maneger to be used by this engine. */
- ProofNodeManager* d_pnm;
-
/** The CNF converter in use */
CnfStream* d_cnfStream;
/** Proof-producing CNF converter */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback