Remove dead code.

llvm-svn: 201006
This commit is contained in:
Rafael Espindola 2014-02-07 23:32:41 +00:00
parent 14690cd354
commit c2cdd4e91a

View File

@ -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;