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 a1217d5c6..655918986 100644
--- a/src/theory/shared_terms_database.h
+++ b/src/theory/shared_terms_database.h
@@ -241,10 +241,6 @@ public:
*/
theory::eq::EqualityEngine* getEqualityEngine() { return &d_equalityEngine; }
- /**
- * collect model info
- */
- void collectModelInfo( theory::TheoryModel* m, bool fullModel );
protected:
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback