Skip to content

Commit 616bc22

Browse files
committed
test: remove noexcept(false) comment in ~DebugLogHelper
1 parent 2a97ff4 commit 616bc22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/util/logging.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class DebugLogHelper
3333

3434
public:
3535
explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
36-
37-
//! Mark as noexcept(false) to catch any thrown exceptions.
3836
~DebugLogHelper() noexcept(false) { check_found(); }
3937
};
4038

0 commit comments

Comments
 (0)