summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_rewriter.h')
-rw-r--r--src/theory/arith/arith_rewriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/arith/arith_rewriter.h b/src/theory/arith/arith_rewriter.h
index 10e255535..9b3f37d31 100644
--- a/src/theory/arith/arith_rewriter.h
+++ b/src/theory/arith/arith_rewriter.h
@@ -50,7 +50,6 @@ private:
static RewriteResponse rewriteMinus(TNode t, bool pre);
static RewriteResponse rewriteUMinus(TNode t, bool pre);
static RewriteResponse rewriteDiv(TNode t, bool pre);
- static RewriteResponse rewriteDivTotal(TNode t, bool pre);
static RewriteResponse rewriteIntsDivModTotal(TNode t, bool pre);
static RewriteResponse preRewritePlus(TNode t);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback