metadata: filesearch: remove dead code

This commit is contained in:
Corey Richardson 2014-04-01 10:19:42 -04:00
parent 0a0ab4031c
commit 194242f096

View File

@ -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());