metadata: filesearch: remove dead code
This commit is contained in:
parent
0a0ab4031c
commit
194242f096
@ -84,12 +84,6 @@ impl<'a> FileSearch<'a> {
|
||||
make_target_lib_path(self.sysroot, self.target_triple)
|
||||
}
|
||||
|
||||
pub fn get_target_lib_file_path(&self, file: &Path) -> Path {
|
||||
let mut p = self.get_target_lib_path();
|
||||
p.push(file);
|
||||
p
|
||||
}
|
||||
|
||||
pub fn search(&self, pick: pick) {
|
||||
self.for_each_lib_search_path(|lib_search_path| {
|
||||
debug!("searching {}", lib_search_path.display());
|
||||
|
Loading…
Reference in New Issue
Block a user