Skip to content

Commit 4e39cde

Browse files
committed
Unconditionally update symbols
All paths to an ArchiveBuilder::build call update_symbols first.
1 parent cf9c65b commit 4e39cde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/archive.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
105105
Ok(())
106106
}
107107

108-
fn update_symbols(&mut self) {}
109-
110108
fn build(mut self) {
111109
enum BuilderKind {
112110
Bsd(ar::Builder<File>),

0 commit comments

Comments
 (0)