about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-02-11 07:48:10 +0100
committerGitHub <noreply@github.com>2022-02-11 07:48:10 +0100
commitc543f7dbd4cc4afb57cb00b2937b50a3371fa15d (patch)
treec75d4ec3841c48b24bd768088d4d3c9a32e12559 /compiler/rustc_codegen_gcc
parent219fc8f9f06100c675580fab9a875678b9c037a2 (diff)
parent609784711a0a3cb399299d65b58463253541b2da (diff)
downloadrust-c543f7dbd4cc4afb57cb00b2937b50a3371fa15d.tar.gz
rust-c543f7dbd4cc4afb57cb00b2937b50a3371fa15d.zip
Rollup merge of #93864 - bjorn3:cleanup_archive_handling, r=petrochenkov
Remove ArchiveBuilder::update_symbols

All paths to an ArchiveBuilder::build call update_symbols first.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/src/archive.rs3
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;