rustc: remove unused lifetimes.

This commit is contained in:
Eduard-Mihai Burtescu
2019-06-16 12:33:21 +03:00
parent 1d0cb40908
commit 356a37d8d1
9 changed files with 17 additions and 17 deletions

View File

@@ -125,7 +125,7 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
) {
unsafe { allocator::codegen(tcx, mods, kind) }
}
fn compile_codegen_unit<'a, 'tcx>(&self, tcx: TyCtxt<'tcx>, cgu_name: InternedString) {
fn compile_codegen_unit<'tcx>(&self, tcx: TyCtxt<'tcx>, cgu_name: InternedString) {
base::compile_codegen_unit(tcx, cgu_name);
}
fn target_machine_factory(