diff --git a/src/utils/error.hpp b/src/utils/error.hpp index 6ffec1c..02480b1 100644 --- a/src/utils/error.hpp +++ b/src/utils/error.hpp @@ -1,7 +1,6 @@ #ifndef ERROR_HPP #define ERROR_HPP -#include #include #include #include @@ -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; } }