Remove more namespace pollution.

Nothing in our tree is using this HAVE_BACKTRACE definition, but we do have
a hack in external/llvm to work around the namespace pollution.

Change-Id: Ib51d8bbd598dd2961a028216bf0b489dc7ad4880
This commit is contained in:
Elliott Hughes
2014-11-08 09:56:50 -08:00
parent a69e59623b
commit b63a7c0dd9
8 changed files with 0 additions and 56 deletions

View File

@@ -106,13 +106,6 @@
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE 1
/*
* Defined if we have the backtrace() call for retrieving a stack trace.
* Needed for CallStack to operate; if not defined, CallStack is
* non-functional.
*/
#define HAVE_BACKTRACE 1
/*
* Defined if we have the sched_setscheduler() call
*/