summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/stats.h')
-rw-r--r--src/theory/arith/nl/stats.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/arith/nl/stats.h b/src/theory/arith/nl/stats.h
index 5d3dd845c..f869d83a4 100644
--- a/src/theory/arith/nl/stats.h
+++ b/src/theory/arith/nl/stats.h
@@ -41,8 +41,6 @@ class NlStats
IntStat d_mbrRuns;
/** Number of calls to NonlinearExtension::checkLastCall */
IntStat d_checkRuns;
- /** Counts the number of applications of each type of inference */
- HistogramStat<InferenceId> d_inferences;
};
} // namespace nl
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback