summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2011-02-17 18:00:30 +0000
committerTim King <taking@cs.nyu.edu>2011-02-17 18:00:30 +0000
commitbb58835b6967953d1e5df3d79bda6b67bc0bb8b7 (patch)
tree464d4c787d272578c640532a2086346137b975a0 /src/theory/arith/theory_arith.h
parent907850f58916c4a6890156a08301a68b5be43fcb (diff)
Removed ActivityMonitor from arithmetic. This was only used for row ejection, and is now superfluous.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index fa60b5fcf..fd3cf0c45 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -86,7 +86,6 @@ private:
ArithVarSet d_basicManager;
ArithVarSet d_userVariables;
- ActivityMonitor d_activityMonitor;
/**
* List of all of the inequalities asserted in the current context.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback