Delete dead code. NFC.
[oota-llvm.git] / include / llvm / MC / MCSectionCOFF.h
index 0bbf3696686ebe5374ced88e8b2b5899c9ad01a3..6914f2e77684746dbac3d69b6b474f1fbc82f091 100644 (file)
@@ -63,9 +63,6 @@ class MCSymbol;
     std::string getLabelBeginName() const override {
       return SectionName.str() + "_begin";
     }
-    std::string getLabelEndName() const override {
-      return SectionName.str() + "_end";
-    }
     unsigned getCharacteristics() const { return Characteristics; }
     MCSymbol *getCOMDATSymbol() const { return COMDATSymbol; }
     int getSelection() const { return Selection; }