Skip to content

Commit 7a42fb8

Browse files
committed
MCSectinELF: Delete setSectionName declaration
1 parent 673e542 commit 7a42fb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/MC/MCSectionELF.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ class MCSectionELF final : public MCSection {
6868
Group.getPointer()->setIsSignature();
6969
}
7070

71-
// TODO Delete after we stop supporting generation of GNU-style .zdebug_*
72-
// sections.
73-
void setSectionName(StringRef Name) { this->Name = Name; }
74-
7571
public:
7672
/// Decides whether a '.section' directive should be printed before the
7773
/// section name

0 commit comments

Comments
 (0)