summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libunwind/src/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libunwind/src/config.h b/libunwind/src/config.h
index ef6f41c2c96..f31769cecf6 100644
--- a/libunwind/src/config.h
+++ b/libunwind/src/config.h
@@ -30,8 +30,6 @@
// Platform specific configuration defines.
#ifdef __APPLE__
- #include <Availability.h>
-
#define _LIBUNWIND_BUILD_SJLJ_APIS defined(__arm__)
#if defined(FOR_DYLD)
@@ -44,7 +42,6 @@
#define _LIBUNWIND_SUPPORT_DWARF_INDEX 0
#endif
#else
-
#define _LIBUNWIND_BUILD_SJLJ_APIS 0
#if defined(__ARM_DWARF_EH__) || !defined(__arm__)
OpenPOWER on IntegriCloud