summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index 31983d5a9..e65cfc358 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -24,7 +24,7 @@
#include "expr/expr.h"
#include "expr/kind.h"
#include "expr/type.h"
-#include "expr/statistics.h"
+#include "util/statistics.h"
#include "util/subrange_bound.h"
${includes}
@@ -43,7 +43,6 @@ class NodeManager;
class Options;
class IntStat;
struct ExprManagerMapCollection;
-class StatisticsRegistry;
class ResourceManager;
namespace expr {
@@ -52,10 +51,6 @@ namespace expr {
}/* CVC4::expr::pickle namespace */
}/* CVC4::expr namespace */
-namespace stats {
- StatisticsRegistry* getStatisticsRegistry(ExprManager*);
-}/* CVC4::stats namespace */
-
class CVC4_PUBLIC ExprManager {
private:
/** The internal node manager */
@@ -88,12 +83,6 @@ private:
/** NodeManager reaches in to get the NodeManager */
friend class NodeManager;
- /** Statistics reach in to get the StatisticsRegistry */
- friend ::CVC4::StatisticsRegistry* ::CVC4::stats::getStatisticsRegistry(ExprManager*);
-
- /** Get the underlying statistics registry. */
- StatisticsRegistry* getStatisticsRegistry() throw();
-
// undefined, private copy constructor and assignment op (disallow copy)
ExprManager(const ExprManager&) CVC4_UNDEFINED;
ExprManager& operator=(const ExprManager&) CVC4_UNDEFINED;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback