Skip to content

Commit b5c882e

Browse files
committed
remove dead code
1 parent ae1a032 commit b5c882e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/include/llvm/Support/ELFAttributes.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ struct BuildAttributeSubSection {
4242
unsigned IsOptional;
4343
unsigned ParameterType;
4444
SmallVector<BuildAttributeItem, 64> Content;
45-
BuildAttributeSubSection() {};
46-
BuildAttributeSubSection(const std::string &N, unsigned Opt, unsigned Type,
47-
SmallVector<BuildAttributeItem, 64> &&Content)
48-
: Name(N), IsOptional(Opt), ParameterType(Type),
49-
Content(std::move(Content)) {}
5045
};
5146

5247
// Tag to string: ELF extended build attribute section

0 commit comments

Comments
 (0)