Removes an unused variable from Theory. (#1375)
authorTim King <taking@cs.nyu.edu>
Wed, 15 Nov 2017 17:40:20 +0000 (09:40 -0800)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 15 Nov 2017 17:40:20 +0000 (11:40 -0600)
src/theory/theory.h

index d9e89902c02f2dbe79dbfa7dfe9c0c100f795355..0f820ac8e81696dbcf802921371fbcb5befde394 100644 (file)
@@ -229,12 +229,6 @@ private:
   void printFacts(std::ostream& os) const;
   void debugPrintFacts() const;
 
-  /**
-   * Whether proofs are enabled
-   *
-   */
-  bool d_proofEnabled;
-
 public:
 
   /**