From b0d12daf22f0765da53f01b2e322e15fd18abc7c Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:04:42 -0600 Subject: [PATCH] Remove extern declaration for the absorb_trace_exceptions flag --- src/utils/error.hpp | 3 --- 1 file changed, 3 deletions(-) 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; } }