summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 0055273e4..e6029faef 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -74,8 +74,6 @@ class TheoryArith : public Theory {
*/
void preRegisterTerm(TNode n) override;
- TrustNode expandDefinition(Node node) override;
-
//--------------------------------- standard check
/** Pre-check, called before the fact queue of the theory is processed. */
bool preCheck(Effort level) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback