diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-10 18:27:18 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-10 18:27:18 +0100 |
| commit | 609784711a0a3cb399299d65b58463253541b2da (patch) | |
| tree | 4093e73a48960507569b54fa381b3f18180e8fbf /compiler/rustc_codegen_gcc/src | |
| parent | 203b622a6590d6469e37ce827a62d5931cc837f2 (diff) | |
| download | rust-609784711a0a3cb399299d65b58463253541b2da.tar.gz rust-609784711a0a3cb399299d65b58463253541b2da.zip | |
Unconditionally update symbols
All paths to an ArchiveBuilder::build call update_symbols first.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/archive.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_gcc/src/archive.rs b/compiler/rustc_codegen_gcc/src/archive.rs index 11dd6d49aa7..fac532f3e9c 100644 --- a/compiler/rustc_codegen_gcc/src/archive.rs +++ b/compiler/rustc_codegen_gcc/src/archive.rs @@ -113,9 +113,6 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> { Ok(()) } - fn update_symbols(&mut self) { - } - fn build(mut self) { use std::process::Command; |
