Skip to content

Commit da6ddb2

Browse files
committed
remove unneeded default ctor
1 parent 37a3aec commit da6ddb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Support/ELFAttributes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ struct BuildAttributeItem {
3232
unsigned Tag;
3333
unsigned IntValue;
3434
std::string StringValue;
35-
BuildAttributeItem() {};
3635
BuildAttributeItem(Types Ty, unsigned Tg, unsigned IV, std::string SV)
3736
: Type(Ty), Tag(Tg), IntValue(IV), StringValue(std::move(SV)) {}
3837
};

0 commit comments

Comments
 (0)