summaryrefslogtreecommitdiff
path: root/test/unit/util/stats_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/stats_black.h')
-rw-r--r--test/unit/util/stats_black.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/util/stats_black.h b/test/unit/util/stats_black.h
index 5cb6c2099..9c40d8a47 100644
--- a/test/unit/util/stats_black.h
+++ b/test/unit/util/stats_black.h
@@ -46,8 +46,8 @@ public:
// StatisticsRegistry
//static void flushStatistics(std::ostream& out);
- //static inline void registerStat(Stat* s) throw (AssertionException);
- //static inline void unregisterStat(Stat* s) throw (AssertionException);
+ // static inline void registerStat(Stat* s);
+ // static inline void unregisterStat(Stat* s);
string empty, bar = "bar", baz = "baz";
ReferenceStat<string> refStr("stat #1", empty);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback