Remove extern declaration for the absorb_trace_exceptions flag
This commit is contained in:
parent
cebca81aa9
commit
b0d12daf22
@ -1,7 +1,6 @@
|
||||
#ifndef ERROR_HPP
|
||||
#define ERROR_HPP
|
||||
|
||||
#include <atomic>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
@ -165,8 +164,6 @@ namespace detail {
|
||||
// Check condition in both debug. std::runtime_error on failure.
|
||||
#define ASSERT(...) PHONY_USE(__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
extern std::atomic_bool absorb_trace_exceptions;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user