Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Aug 16, 2024
1 parent feaf1da commit 612d75d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/resource/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,6 @@ impl Manifest {
})
}

pub fn load_with_secondary(config: &Config) -> Result<Self, Error> {
Self::load().map(|mut manifest| {
manifest.load_secondary_manifests(config);
manifest
})
}

pub fn should_update(url: &str, cache: &cache::Manifests, force: bool, primary: bool) -> bool {
if force {
return true;
Expand Down

0 comments on commit 612d75d

Please sign in to comment.