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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index ecef29ac2..b43c2d859 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -24,7 +24,6 @@
#define __CVC4__PROP_ENGINE_H
#include "expr/node.h"
-#include "util/decision_engine.h"
#include "util/options.h"
#include "util/result.h"
@@ -52,9 +51,6 @@ class PropEngine {
/** The global options */
//const Options d_options;
- /** The decision engine we will be using */
- DecisionEngine *d_decisionEngine;
-
/** The theory engine we will be using */
TheoryEngine *d_theoryEngine;
@@ -76,7 +72,7 @@ public:
/**
* Create a PropEngine with a particular decision and theory engine.
*/
- PropEngine(DecisionEngine*, TheoryEngine*, context::Context*, const Options&);
+ PropEngine(TheoryEngine*, context::Context*, const Options&);
/**
* Destructor.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback