summaryrefslogtreecommitdiff
path: root/src/theory/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model.h')
-rw-r--r--src/theory/model.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/model.h b/src/theory/model.h
index a18d66ab0..8192274b5 100644
--- a/src/theory/model.h
+++ b/src/theory/model.h
@@ -22,7 +22,6 @@
#include "theory/rep_set.h"
#include "theory/substitutions.h"
#include "theory/type_enumerator.h"
-#include "theory/ite_simplifier.h"
namespace CVC4 {
@@ -38,7 +37,6 @@ class TheoryModel : public Model
protected:
/** substitution map for this model */
SubstitutionMap d_substitutions;
- ITESimplifier d_iteSimp;
public:
TheoryModel(context::Context* c, std::string name, bool enableFuncModels);
virtual ~TheoryModel(){}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback