mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
codegen_llvm_back: remove a redundant continue
This commit is contained in:
parent
4d88914a27
commit
815a3b6b69
@ -1415,7 +1415,6 @@ fn add_upstream_rust_crates(cmd: &mut dyn Linker,
|
||||
for f in archive.src_files() {
|
||||
if f.ends_with(RLIB_BYTECODE_EXTENSION) || f == METADATA_FILENAME {
|
||||
archive.remove_file(&f);
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user