From 40d30ceb430671496286a8c3d04f56ca5b2925e5 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 10 Feb 2022 18:27:18 +0100 Subject: [PATCH] Unconditionally update symbols All paths to an ArchiveBuilder::build call update_symbols first. --- src/archive.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/archive.rs b/src/archive.rs index 11dd6d49aa7..fac532f3e9c 100644 --- a/src/archive.rs +++ b/src/archive.rs @@ -113,9 +113,6 @@ fn add_archive(&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; -- 2.44.0