From 3092c7e1b5f474e5d31d45783f42ef97b7d3d438 Mon Sep 17 00:00:00 2001 From: Nicky Dasmijn Date: Mon, 20 Jul 2020 19:25:31 +0200 Subject: [PATCH] Remove breakpad hack prio to updating to latest breakpad 3p. --- indra/llcommon/llapp.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 224396b3dc..887e23e92e 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -47,11 +47,8 @@ #include "llstring.h" #include "lleventtimer.h" -#if defined(LL_LINUX) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 26 - #define ucontext ucontext_t -#endif - #include "google_breakpad/exception_handler.h" + #include "stringize.h" #include "llcleanup.h" #include "llevents.h"