ARM: Remove dead code. NFCI.

llvm-svn: 324565
This commit is contained in:
Peter Collingbourne 2018-02-08 05:28:39 +00:00
parent d80372c45e
commit 559ff1fe03
2 changed files with 0 additions and 6 deletions

View 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(

View File

@ -16,9 +16,6 @@
namespace llvm {
class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
protected:
const MCSection *AttributesSection = nullptr;
public:
ARMElfTargetObjectFile()
: TargetLoweringObjectFileELF() {