summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index b773a84ee..be2e6e271 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -155,14 +155,12 @@ class TheoryEngine {
*/
Node removeITEs(TNode t);
- const Options& d_opts;
-
public:
/**
* Construct a theory engine.
*/
- TheoryEngine(context::Context* ctxt, const Options& opts);
+ TheoryEngine(context::Context* ctxt);
/**
* Destroy a theory engine.
@@ -177,8 +175,6 @@ public:
TheoryClass* theory = new TheoryClass(d_context, d_theoryOut, theory::Valuation(this));
d_theoryTable[theory->getId()] = theory;
d_sharedTermManager->registerTheory(static_cast<TheoryClass*>(theory));
-
- theory->notifyOptions(d_opts);
}
SharedTermManager* getSharedTermManager() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback