Skip to content

Commit

Permalink
[DWARFLinkerParallel] Remove a redundant return (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Aug 27, 2023
1 parent 8033231 commit 7b1bfb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/DWARFLinkerParallel/OutputSections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() {
}
}
}

return;
}

void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) {
Expand Down

0 comments on commit 7b1bfb2

Please sign in to comment.