mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-01 03:01:05 +00:00
test: remove noexcept(false) comment in ~DebugLogHelper
Github-Pull: #33011 Rebased-From: 616bc22f131132b9239ef362dca8c6bce000a539
This commit is contained in:
parent
24c793d06c
commit
25f975b8df
@ -33,8 +33,6 @@ class DebugLogHelper
|
||||
|
||||
public:
|
||||
explicit DebugLogHelper(std::string message, MatchFn match = [](const std::string*){ return true; });
|
||||
|
||||
//! Mark as noexcept(false) to catch any thrown exceptions.
|
||||
~DebugLogHelper() noexcept(false) { check_found(); }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user