From 43ab3f4cd1aa5549cb1aa3c20a2d589614bcb8fc Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Wed, 30 Oct 2019 15:27:10 -0700 Subject: Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366) --- test/unit/util/stats_black.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unit/util/stats_black.h') 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 refStr("stat #1", empty); -- cgit v1.2.3