Skip to content

Commit 815a3b6

Browse files
committed
codegen_llvm_back: remove a redundant continue
1 parent 4d88914 commit 815a3b6

File tree

1 file changed

+0
-1
lines changed
  • src/librustc_codegen_llvm/back

1 file changed

+0
-1
lines changed

src/librustc_codegen_llvm/back/link.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,6 @@ fn add_upstream_rust_crates(cmd: &mut dyn Linker,
14151415
for f in archive.src_files() {
14161416
if f.ends_with(RLIB_BYTECODE_EXTENSION) || f == METADATA_FILENAME {
14171417
archive.remove_file(&f);
1418-
continue
14191418
}
14201419
}
14211420

0 commit comments

Comments
 (0)