Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/libunwind/src/config.h')
-rw-r--r--src/Native/libunwind/src/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Native/libunwind/src/config.h b/src/Native/libunwind/src/config.h
index bba0f9c9f..d8bcac882 100644
--- a/src/Native/libunwind/src/config.h
+++ b/src/Native/libunwind/src/config.h
@@ -42,13 +42,8 @@
#endif
#else
#if defined(__ARM_DWARF_EH__) || !defined(__arm__)
- #define _LIBUNWIND_SUPPORT_COMPACT_UNWIND 0
#define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
#define _LIBUNWIND_SUPPORT_DWARF_INDEX 1
- #else
- #define _LIBUNWIND_SUPPORT_COMPACT_UNWIND 0
- #define _LIBUNWIND_SUPPORT_DWARF_UNWIND 0
- #define _LIBUNWIND_SUPPORT_DWARF_INDEX 0
#endif
#endif