Skip to content

Commit 9e70cbe

Browse files
committed
delete commented lines
1 parent 8873a15 commit 9e70cbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,6 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
910910
InputSection isec(*this, sec, name);
911911
if (Error e = attributes.parse(contents, ELFT::Endianness)) {
912912
Warn(ctx) << &isec << ": " << std::move(e);
913-
// uint32_t andFeatures = 0;
914-
// std::array<uint8_t, 16> aarch64PauthAbiCoreInfoStorage;
915913
} else {
916914
aarch64BAsubSections = extractBuildAttributesSubsections(attributes);
917915
hasAArch64BuildAttributes = true;

0 commit comments

Comments
 (0)