Unconditionally update symbols
All paths to an ArchiveBuilder::build call update_symbols first.
This commit is contained in:
parent
203b622a65
commit
609784711a
5 changed files with 1 additions and 22 deletions
|
@ -105,8 +105,6 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
fn update_symbols(&mut self) {}
|
||||
|
||||
fn build(mut self) {
|
||||
enum BuilderKind {
|
||||
Bsd(ar::Builder<File>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue