ARM: Remove dead code. NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 8 Feb 2018 05:28:39 +0000 (05:28 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 8 Feb 2018 05:28:39 +0000 (05:28 +0000)
llvm-svn: 324565

llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
llvm/lib/Target/ARM/ARMTargetObjectFile.h

index 88bab64..d062076 100644 (file)
@@ -40,9 +40,6 @@ void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
   if (isAAPCS_ABI) {
     LSDASection = nullptr;
   }
-
-  AttributesSection =
-      getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0);
 }
 
 const MCExpr *ARMElfTargetObjectFile::getTTypeGlobalReference(
index bd7aa1c..a5463a6 100644 (file)
@@ -16,9 +16,6 @@
 namespace llvm {
 
 class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
-protected:
-  const MCSection *AttributesSection = nullptr;
-
 public:
   ARMElfTargetObjectFile()
       : TargetLoweringObjectFileELF() {