summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_conflict_find.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-29 16:01:34 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-29 16:01:34 -0500
commitbf1597c53ef6b3d5e6ce6b5601d0b3f97fbea9d9 (patch)
treeec121429b7af1fbae0fb24de9032b5a88ad9d3e3 /src/theory/quantifiers/quant_conflict_find.h
parentfe72120c20dc211c7fdf02af7ff1a89527366a47 (diff)
Minor cleanup and additions to quantifiers statistics.
Diffstat (limited to 'src/theory/quantifiers/quant_conflict_find.h')
-rw-r--r--src/theory/quantifiers/quant_conflict_find.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/quant_conflict_find.h b/src/theory/quantifiers/quant_conflict_find.h
index 47a66b1b1..dc8a9acb2 100644
--- a/src/theory/quantifiers/quant_conflict_find.h
+++ b/src/theory/quantifiers/quant_conflict_find.h
@@ -260,8 +260,6 @@ public:
class Statistics {
public:
IntStat d_inst_rounds;
- IntStat d_conflict_inst;
- IntStat d_prop_inst;
IntStat d_entailment_checks;
Statistics();
~Statistics();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback