Skip to content

Commit

Permalink
[Object] Remove a redundant return statement (NFC)
Browse files Browse the repository at this point in the history
Identified with readability-redundant-control-flow.
  • Loading branch information
kazutakahirata committed Jan 23, 2022
1 parent abb0ed4 commit f8ddcb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Object/Archive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1174,5 +1174,4 @@ BigArchive::BigArchive(MemoryBufferRef Source, Error &Err)
}
setFirstRegular(*I);
Err = Error::success();
return;
}

0 comments on commit f8ddcb4

Please sign in to comment.