diff --git a/llvm/lib/DWARFLinkerParallel/OutputSections.cpp b/llvm/lib/DWARFLinkerParallel/OutputSections.cpp index c7518153cffe7..91e89864836d4 100644 --- a/llvm/lib/DWARFLinkerParallel/OutputSections.cpp +++ b/llvm/lib/DWARFLinkerParallel/OutputSections.cpp @@ -125,8 +125,6 @@ void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() { } } } - - return; } void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) {