summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 4e5c84f42..be202fb69 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -77,12 +77,6 @@ public:
* If it cannot find such a node, it returns null.
*/
Node getNewDomainValue( TypeNode tn );
- /** complete all values for type
- * Calling this function ensures that all terms of type tn exist in d_rep_set.d_type_reps[tn]
- */
- void completeDomainValues( TypeNode tn ){
- d_rep_set.complete( tn );
- }
public:
/** Adds a substitution from x to t. */
void addSubstitution(TNode x, TNode t, bool invalidateCache = true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback