From 29cf5a3812f1edafc3c233483c65f0cc4b125295 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 30 Jun 2011 06:06:30 +0000 Subject: only use theory registration if (1) a theory requests it, or (2) if there's more than one "real" theory (not BUILTIN or BOOL) active --- src/theory/arith/theory_arith.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/theory/arith/theory_arith.h') diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h index dc5cd2050..241ef8075 100644 --- a/src/theory/arith/theory_arith.h +++ b/src/theory/arith/theory_arith.h @@ -140,9 +140,6 @@ public: */ void preRegisterTerm(TNode n); - /** CD setup for a node. Currently does nothing. */ - void registerTerm(TNode n); - void check(Effort e); void propagate(Effort e); void explain(TNode n); -- cgit v1.2.3