Unconditionally update symbols

All paths to an ArchiveBuilder::build call update_symbols first.
This commit is contained in:
bjorn3
2022-02-10 18:27:18 +01:00
parent 203b622a65
commit 609784711a
5 changed files with 1 additions and 22 deletions

View File

@@ -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;