Remove breakpad hack prio to updating to latest breakpad 3p.

master
Nicky Dasmijn 2020-07-20 19:25:31 +02:00
parent 43def53230
commit 3092c7e1b5
1 changed files with 1 additions and 4 deletions

View File

@ -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"