summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_rewriter.h')
-rw-r--r--src/theory/quantifiers/quantifiers_rewriter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quantifiers_rewriter.h b/src/theory/quantifiers/quantifiers_rewriter.h
index 8c037d30b..4f51edab8 100644
--- a/src/theory/quantifiers/quantifiers_rewriter.h
+++ b/src/theory/quantifiers/quantifiers_rewriter.h
@@ -65,9 +65,6 @@ private:
public:
static RewriteResponse preRewrite(TNode in);
static RewriteResponse postRewrite(TNode in);
- static Node rewriteEquality(TNode equality) {
- return postRewrite(equality).node;
- }
static inline void init() {}
static inline void shutdown() {}
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback