summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/theory_sets.h')
-rw-r--r--src/theory/sets/theory_sets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/sets/theory_sets.h b/src/theory/sets/theory_sets.h
index 36e6ac65d..9e04b89a7 100644
--- a/src/theory/sets/theory_sets.h
+++ b/src/theory/sets/theory_sets.h
@@ -70,7 +70,6 @@ class TheorySets : public Theory
TrustNode expandDefinition(Node n) override;
PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions) override;
void presolve() override;
- void propagate(Effort) override;
bool isEntailed(Node n, bool pol);
private:
/** Functions to handle callbacks from equality engine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback