Delete dead code. NFC.
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
index 6d864b4a45be310f6d0a8c55faa71dd51cbd06ef..a50e542fd8594f0bfeb2f75ccf9a655f5f0f942e 100644 (file)
@@ -70,11 +70,6 @@ public:
       return (SectionName.str() + '_' + Group->getName() + "_begin").str();
     return SectionName.str() + "_begin";
   }
-  std::string getLabelEndName() const override {
-    if (Group)
-      return (SectionName.str() + '_' + Group->getName() + "_end").str();
-    return SectionName.str() + "_end";
-  }
   unsigned getType() const { return Type; }
   unsigned getFlags() const { return Flags; }
   unsigned getEntrySize() const { return EntrySize; }