summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-11-21 09:52:52 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-11-21 09:53:08 -0600
commitc12cfca2bdd44b6cda5c61a764ae6aee150c384b (patch)
tree298eaefaf4e9afe0037331a7d3cab9348682d108 /src/theory/quantifiers_engine.h
parent5d7ab3e6f6d14795a0e87cce6efb3cd24f9cedc3 (diff)
Refactoring related to track instantiation option.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index fc2b27e02..43beec6e3 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -147,9 +147,6 @@ private:
quantifiers::QuantAntiSkolem * d_anti_skolem;
/** quantifiers instantiation propagtor */
quantifiers::InstPropagator * d_inst_prop;
-private:
- /** whether we are tracking instantiation lemmas */
- bool d_trackInstLemmas;
public: //effort levels
enum {
QEFFORT_CONFLICT,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback