diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-08 13:59:21 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-08 13:59:21 -0400 |
commit | b400f83deb068060f9dde5c0a2d6d1a259191ddd (patch) | |
tree | 39b1243b382fdca5e0c7136c4def9bc37162936f /indra/llcommon/llerror.cpp | |
parent | a9900fa8ce0ec932d05b01bed40b946c1ec13078 (diff) |
Fix llerror_test.cpp now that LL_ERRS() includes a stacktrace.
Diffstat (limited to 'indra/llcommon/llerror.cpp')
-rw-r--r-- | indra/llcommon/llerror.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index ccdf3b60a8..b6285db073 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -44,8 +44,6 @@ # include <io.h> #endif // !LL_WINDOWS #include <vector> -#define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED -#include <boost/stacktrace.hpp> #include "string.h" #include "llapp.h" |