aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/ELFAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/ELFAttributes.h')
-rw-r--r--llvm/include/llvm/Support/ELFAttributes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/ELFAttributes.h b/llvm/include/llvm/Support/ELFAttributes.h
index 270246f..5771a84 100644
--- a/llvm/include/llvm/Support/ELFAttributes.h
+++ b/llvm/include/llvm/Support/ELFAttributes.h
@@ -48,8 +48,6 @@ struct SubsectionAndTagToTagName {
StringRef SubsectionName;
unsigned Tag;
StringRef TagName;
- SubsectionAndTagToTagName(StringRef SN, unsigned Tg, StringRef TN)
- : SubsectionName(SN), Tag(Tg), TagName(TN) {}
};
namespace ELFAttrs {