summaryrefslogtreecommitdiff
path: root/src/theory/fp/theory_fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/fp/theory_fp.h')
-rw-r--r--src/theory/fp/theory_fp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/theory/fp/theory_fp.h b/src/theory/fp/theory_fp.h
index ae4a2a1cb..de629b000 100644
--- a/src/theory/fp/theory_fp.h
+++ b/src/theory/fp/theory_fp.h
@@ -41,7 +41,7 @@ class TheoryFp : public Theory {
TheoryRewriter* getTheoryRewriter() override { return &d_rewriter; }
- Node expandDefinition(LogicRequest& lr, Node node) override;
+ Node expandDefinition(Node node) override;
void preRegisterTerm(TNode node) override;
void addSharedTerm(TNode node) override;
@@ -105,9 +105,6 @@ class TheoryFp : public Theory {
context::CDO<bool> d_conflict;
context::CDO<Node> d_conflictNode;
- /** Uninterpretted functions for partially defined functions. **/
- void enableUF(LogicRequest& lr);
-
typedef context::CDHashMap<TypeNode, Node, TypeNodeHashFunction>
ComparisonUFMap;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback