We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dbe57 commit 61e21f4Copy full SHA for 61e21f4
llvm/include/llvm/Support/ELFAttributes.h
@@ -48,8 +48,6 @@ struct SubsectionAndTagToTagName {
48
StringRef SubsectionName;
49
unsigned Tag;
50
StringRef TagName;
51
- SubsectionAndTagToTagName(StringRef SN, unsigned Tg, StringRef TN)
52
- : SubsectionName(SN), Tag(Tg), TagName(TN) {}
53
};
54
55
namespace ELFAttrs {
0 commit comments