From 3365433e453d939a9f5c3fe5958edfa05f016b4b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 7 Feb 2014 23:32:41 +0000 Subject: [PATCH] Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201006 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMTargetObjectFile.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Target/ARM/ARMTargetObjectFile.h b/lib/Target/ARM/ARMTargetObjectFile.h index cb86896c03a..9767045ace9 100644 --- a/lib/Target/ARM/ARMTargetObjectFile.h +++ b/lib/Target/ARM/ARMTargetObjectFile.h @@ -32,10 +32,6 @@ public: getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang, MachineModuleInfo *MMI, unsigned Encoding, MCStreamer &Streamer) const; - - virtual const MCSection *getAttributesSection() const { - return AttributesSection; - } /// \brief Describe a TLS variable address within debug info. virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;