Skip to content

Commit 7b1bfb2

Browse files
[DWARFLinkerParallel] Remove a redundant return (NFC)
1 parent 8033231 commit 7b1bfb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/DWARFLinkerParallel/OutputSections.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() {
125125
}
126126
}
127127
}
128-
129-
return;
130128
}
131129

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

0 commit comments

Comments
 (0)