summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-13 12:56:21 -0500
committerGitHub <noreply@github.com>2019-09-13 12:56:21 -0500
commitbfd8e5426cfa5d8955e62c822d61536e42b3eff9 (patch)
tree6ba7699290e52c36763b12979abc3c2b936a67a0 /src/theory/sets/theory_sets.cpp
parentf62cb035e728c77facc94c5dfe3a8a2df65aa3a7 (diff)
Split, refactor and document the theory of sets (#3085)
Diffstat (limited to 'src/theory/sets/theory_sets.cpp')
-rw-r--r--src/theory/sets/theory_sets.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/sets/theory_sets.cpp b/src/theory/sets/theory_sets.cpp
index 563a981b1..869cb8926 100644
--- a/src/theory/sets/theory_sets.cpp
+++ b/src/theory/sets/theory_sets.cpp
@@ -52,10 +52,6 @@ void TheorySets::check(Effort e) {
d_internal->check(e);
}
-bool TheorySets::needsCheckLastEffort() {
- return d_internal->needsCheckLastEffort();
-}
-
bool TheorySets::collectModelInfo(TheoryModel* m)
{
return d_internal->collectModelInfo(m);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback