Skip to content

Commit 7b42924

Browse files
committed
remove unused link_meta
1 parent b078ece commit 7b42924

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc_trans/context.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ impl<'b, 'tcx> CrateContext<'b, 'tcx> {
682682
&self.shared.exported_symbols
683683
}
684684

685-
pub fn link_meta<'a>(&'a self) -> &'a LinkMeta {
686-
&self.shared.link_meta
687-
}
688-
689685
pub fn needs_unwind_cleanup_cache(&self) -> &RefCell<FxHashMap<Ty<'tcx>, bool>> {
690686
&self.local().needs_unwind_cleanup_cache
691687
}

0 commit comments

Comments
 (0)