Revert "COFF: Let globals with private linkage reside in their own section"
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
index 75100fb99230fa2da899913c03db72a99f252199..faa6fbe6075dcf7f26c68af4259cb1e46ecdbb44 100644 (file)
@@ -343,9 +343,3 @@ const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol
   // null return could mean 'no location' & we should just do that here.
   return MCSymbolRefExpr::Create(Sym, *Ctx);
 }
-
-void TargetLoweringObjectFile::getNameWithPrefix(
-    SmallVectorImpl<char> &OutName, const GlobalValue *GV,
-    bool CannotUsePrivateLabel, Mangler &Mang, const TargetMachine &TM) const {
-  Mang.getNameWithPrefix(OutName, GV, CannotUsePrivateLabel);
-}