summaryrefslogtreecommitdiff
path: root/src/expr/statistics_registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/statistics_registry.cpp')
-rw-r--r--src/expr/statistics_registry.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/expr/statistics_registry.cpp b/src/expr/statistics_registry.cpp
index bf36236f7..3f9124a2f 100644
--- a/src/expr/statistics_registry.cpp
+++ b/src/expr/statistics_registry.cpp
@@ -21,10 +21,8 @@
#include "expr/expr_manager.h"
#include "lib/clock_gettime.h"
#include "smt/smt_engine.h"
+#include "smt/smt_engine_scope.h"
-#ifndef __BUILDING_STATISTICS_FOR_EXPORT
-# include "smt/smt_engine_scope.h"
-#endif /* ! __BUILDING_STATISTICS_FOR_EXPORT */
#ifdef CVC4_STATISTICS_ON
# define __CVC4_USE_STATISTICS true
@@ -65,8 +63,6 @@ inline StatisticsRegistry* getStatisticsRegistry(ExprManager* em) {
}/* CVC4::stats namespace */
-#ifndef __BUILDING_STATISTICS_FOR_EXPORT
-
StatisticsRegistry* StatisticsRegistry::current() {
return stats::getStatisticsRegistry(smt::currentSmtEngine());
}
@@ -91,8 +87,6 @@ void StatisticsRegistry::unregisterStat(Stat* s) throw(CVC4::IllegalArgumentExce
#endif /* CVC4_STATISTICS_ON */
}/* StatisticsRegistry::unregisterStat() */
-#endif /* ! __BUILDING_STATISTICS_FOR_EXPORT */
-
void StatisticsRegistry::registerStat_(Stat* s) throw(CVC4::IllegalArgumentException) {
#ifdef CVC4_STATISTICS_ON
PrettyCheckArgument(d_stats.find(s) == d_stats.end(), s);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback