From: Tim King Date: Mon, 3 Oct 2016 04:16:28 +0000 (-0700) Subject: Removing an unused member from TreeLog. X-Git-Tag: cvc5-1.0.0~6028^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3d94bc62ccceb3ea3f8e638a5d95d23507cfb98;p=cvc5.git Removing an unused member from TreeLog. --- 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;