summaryrefslogtreecommitdiff
path: root/libunwindstack/ElfInterfaceArm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/ElfInterfaceArm.cpp')
-rw-r--r--libunwindstack/ElfInterfaceArm.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libunwindstack/ElfInterfaceArm.cpp b/libunwindstack/ElfInterfaceArm.cpp
index a960048..7f82ef0 100644
--- a/libunwindstack/ElfInterfaceArm.cpp
+++ b/libunwindstack/ElfInterfaceArm.cpp
@@ -83,10 +83,6 @@ bool ElfInterfaceArm::GetPrel31Addr(uint32_t offset, uint32_t* addr) {
return true;
}
-#if !defined(PT_ARM_EXIDX)
-#define PT_ARM_EXIDX 0x70000001
-#endif
-
void ElfInterfaceArm::HandleUnknownType(uint32_t type, uint64_t ph_offset, uint64_t ph_filesz) {
if (type != PT_ARM_EXIDX) {
return;