From b94e60872e97a527b090e20c7d5cb4404437a4dd Mon Sep 17 00:00:00 2001 From: Raul Herbster Date: Thu, 30 Aug 2007 23:31:35 +0000 Subject: [PATCH] Unused relocation type reloc_arm_absolute removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41628 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMRelocations.h | 2 -- 1 file changed, 2 deletions(-) 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 }; }