remove unused `link_meta`

This commit is contained in:
Niko Matsakis 2017-04-13 12:07:45 -04:00
parent b078ecefcd
commit 7b429242a5
1 changed files with 0 additions and 4 deletions

View File

@ -682,10 +682,6 @@ impl<'b, 'tcx> CrateContext<'b, 'tcx> {
&self.shared.exported_symbols
}
pub fn link_meta<'a>(&'a self) -> &'a LinkMeta {
&self.shared.link_meta
}
pub fn needs_unwind_cleanup_cache(&self) -> &RefCell<FxHashMap<Ty<'tcx>, bool>> {
&self.local().needs_unwind_cleanup_cache
}