File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
trunk/src/librustc/metadata Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0a0ab4031c0c6b84adc6ad101277a65d1cd2e6df
2
+ refs/heads/master: 194242f096b56a4ac79d20075a244071c6abfe9b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
5
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
Original file line number Diff line number Diff line change @@ -84,12 +84,6 @@ impl<'a> FileSearch<'a> {
84
84
make_target_lib_path ( self . sysroot , self . target_triple )
85
85
}
86
86
87
- pub fn get_target_lib_file_path ( & self , file : & Path ) -> Path {
88
- let mut p = self . get_target_lib_path ( ) ;
89
- p. push ( file) ;
90
- p
91
- }
92
-
93
87
pub fn search ( & self , pick : pick ) {
94
88
self . for_each_lib_search_path ( |lib_search_path| {
95
89
debug ! ( "searching {}" , lib_search_path. display( ) ) ;
You can’t perform that action at this time.
0 commit comments