summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_conflict_find.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-17 14:18:16 -0500
committerGitHub <noreply@github.com>2018-08-17 14:18:16 -0500
commit6d65aa41a7e218469e99f476259cccb08c4c46c1 (patch)
tree5c627f7bfd37f81bf0dcbf095e7def2a82f9fba2 /src/theory/quantifiers/quant_conflict_find.h
parent58ee4bc13c37bf25ddafd07bc09c8d975dc6d62d (diff)
Remove miscellaneous unused code (#2333)
Diffstat (limited to 'src/theory/quantifiers/quant_conflict_find.h')
-rw-r--r--src/theory/quantifiers/quant_conflict_find.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/theory/quantifiers/quant_conflict_find.h b/src/theory/quantifiers/quant_conflict_find.h
index e4eefe9ad..d76495b52 100644
--- a/src/theory/quantifiers/quant_conflict_find.h
+++ b/src/theory/quantifiers/quant_conflict_find.h
@@ -236,14 +236,6 @@ public:
void registerQuantifier(Node q) override;
public:
- /** assert quantifier */
- void assertNode(Node q) override;
- /** new node */
- void newEqClass( Node n );
- /** merge */
- void merge( Node a, Node b );
- /** assert disequal */
- void assertDisequal( Node a, Node b );
/** needs check */
bool needsCheck(Theory::Effort level) override;
/** reset round */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback