Skip to content

Commit 40d30ce

Browse files
committed
Unconditionally update symbols
All paths to an ArchiveBuilder::build call update_symbols first.
1 parent 22a3068 commit 40d30ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/archive.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
113113
Ok(())
114114
}
115115

116-
fn update_symbols(&mut self) {
117-
}
118-
119116
fn build(mut self) {
120117
use std::process::Command;
121118

0 commit comments

Comments
 (0)