From: Raul Herbster Date: Thu, 30 Aug 2007 23:31:35 +0000 (+0000) Subject: Unused relocation type reloc_arm_absolute removed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b94e60872e97a527b090e20c7d5cb4404437a4dd;p=oota-llvm.git Unused relocation type reloc_arm_absolute removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41628 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMRelocations.h b/lib/Target/ARM/ARMRelocations.h index 7e33d972f86..3123dceb039 100644 --- a/lib/Target/ARM/ARMRelocations.h +++ b/lib/Target/ARM/ARMRelocations.h @@ -21,8 +21,6 @@ namespace llvm { enum RelocationType { reloc_arm_relative, - reloc_arm_absolute, - reloc_arm_branch }; }