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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/theory_state.h b/src/theory/theory_state.h
index 049123b8d..574aa9355 100644
--- a/src/theory/theory_state.h
+++ b/src/theory/theory_state.h
@@ -46,8 +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; }
//-------------------------------------- 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