summaryrefslogtreecommitdiff
path: root/src/theory/shared_terms_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/shared_terms_database.h')
-rw-r--r--src/theory/shared_terms_database.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/shared_terms_database.h b/src/theory/shared_terms_database.h
index 3b21c27a8..2bdb9d574 100644
--- a/src/theory/shared_terms_database.h
+++ b/src/theory/shared_terms_database.h
@@ -266,10 +266,6 @@ class SharedTermsDatabase : public context::ContextNotifyObj {
* This method gets called on backtracks from the context manager.
*/
void contextNotifyPop() override { backtrack(); }
- /** The SAT search context. */
- context::Context* d_satContext;
- /** The user level assertion context. */
- context::UserContext* d_userContext;
/** Equality engine */
theory::eq::EqualityEngine* d_equalityEngine;
/** Proof equality engine, if we allocated one */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback