summaryrefslogtreecommitdiff
path: root/src/theory/theory_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_state.h')
-rw-r--r--src/theory/theory_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/theory_state.h b/src/theory/theory_state.h
index 9162fdeb6..574aa9355 100644
--- a/src/theory/theory_state.h
+++ b/src/theory/theory_state.h
@@ -46,10 +46,6 @@ class TheoryState : protected EnvObj
context::Context* getSatContext() const;
/** Get the user context */
context::UserContext* getUserContext() const;
- /** Get the environment */
- Env& getEnv() const { return d_env; }
- /** Get the options */
- const Options& options() const { return getEnv().getOptions(); }
//-------------------------------------- equality information
/** Is t registered as a term in the equality engine of this class? */
virtual bool hasTerm(TNode a) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback