summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-10-02 21:16:28 -0700
committerTim King <taking@google.com>2016-10-02 21:16:28 -0700
commitd3d94bc62ccceb3ea3f8e638a5d95d23507cfb98 (patch)
treedf4a4f870377098ec699f7f2e10e10b4ff6a37fa
parent0b53164ad10b31d71b2e60f47a62d13f9d92fbc1 (diff)
Removing an unused member from TreeLog.
-rw-r--r--src/theory/arith/cut_log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/arith/cut_log.h b/src/theory/arith/cut_log.h
index 548035aec..e6475b58e 100644
--- a/src/theory/arith/cut_log.h
+++ b/src/theory/arith/cut_log.h
@@ -234,8 +234,6 @@ std::ostream& operator<<(std::ostream& os, const NodeLog& nl);
class ApproximateSimplex;
class TreeLog {
private:
- ApproximateSimplex* d_generator;
-
int next_exec_ord;
typedef std::map<int, NodeLog> ToNodeMap;
ToNodeMap d_toNode;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback