Skip to content

Commit b0d12da

Browse files
committed
Remove extern declaration for the absorb_trace_exceptions flag
1 parent cebca81 commit b0d12da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/error.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef ERROR_HPP
22
#define ERROR_HPP
33

4-
#include <atomic>
54
#include <exception>
65
#include <string>
76
#include <utility>
@@ -165,8 +164,6 @@ namespace detail {
165164
// Check condition in both debug. std::runtime_error on failure.
166165
#define ASSERT(...) PHONY_USE(__VA_ARGS__)
167166
#endif
168-
169-
extern std::atomic_bool absorb_trace_exceptions;
170167
}
171168
}
172169

0 commit comments

Comments
 (0)