projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35b57e7
)
Removes an unused variable from Theory. (#1375)
author
Tim King
<taking@cs.nyu.edu>
Wed, 15 Nov 2017 17:40:20 +0000
(09:40 -0800)
committer
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Wed, 15 Nov 2017 17:40:20 +0000
(11:40 -0600)
src/theory/theory.h
patch
|
blob
|
history
diff --git
a/src/theory/theory.h
b/src/theory/theory.h
index d9e89902c02f2dbe79dbfa7dfe9c0c100f795355..0f820ac8e81696dbcf802921371fbcb5befde394 100644
(file)
--- a/
src/theory/theory.h
+++ b/
src/theory/theory.h
@@
-229,12
+229,6
@@
private:
void printFacts(std::ostream& os) const;
void debugPrintFacts() const;
- /**
- * Whether proofs are enabled
- *
- */
- bool d_proofEnabled;
-
public:
/**