summaryrefslogtreecommitdiff
path: root/src/expr/statistics_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/statistics_registry.h')
-rw-r--r--src/expr/statistics_registry.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/expr/statistics_registry.h b/src/expr/statistics_registry.h
index 89efe4021..4793f1301 100644
--- a/src/expr/statistics_registry.h
+++ b/src/expr/statistics_registry.h
@@ -607,15 +607,7 @@ public:
/** Construct a statistics registry */
StatisticsRegistry(const std::string& name)
- throw(CVC4::IllegalArgumentException) :
- Stat(name) {
- d_prefix = name;
- if(__CVC4_USE_STATISTICS) {
- CheckArgument(d_name.find(s_regDelim) == std::string::npos, name,
- "StatisticsRegistry names cannot contain the string \"%s\"",
- s_regDelim.c_str());
- }
- }
+ throw(CVC4::IllegalArgumentException);
/**
* Set the name of this statistic registry, used as prefix during
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback