From d3d94bc62ccceb3ea3f8e638a5d95d23507cfb98 Mon Sep 17 00:00:00 2001 From: Tim King Date: Sun, 2 Oct 2016 21:16:28 -0700 Subject: [PATCH] Removing an unused member from TreeLog. --- src/theory/arith/cut_log.h | 2 -- 1 file changed, 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 ToNodeMap; ToNodeMap d_toNode; -- 2.30.2