]> git.lizzy.rs Git - rust.git/commitdiff
Unconditionally update symbols
authorbjorn3 <bjorn3@users.noreply.github.com>
Thu, 10 Feb 2022 17:27:18 +0000 (18:27 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Thu, 10 Feb 2022 17:27:18 +0000 (18:27 +0100)
All paths to an ArchiveBuilder::build call update_symbols first.

src/archive.rs

index 11dd6d49aa768d5d207cf4a1e4fe57e2008534a1..fac532f3e9c83a1f2dad6c48a27faecd64a25d2c 100644 (file)
@@ -113,9 +113,6 @@ fn add_archive<F>(&mut self, archive_path: &Path, mut skip: F) -> std::io::Resul
         Ok(())
     }
 
-    fn update_symbols(&mut self) {
-    }
-
     fn build(mut self) {
         use std::process::Command;