Remove some unused values in codegen_crate
.
This commit is contained in:
parent
8b9e3f0dd6
commit
176610c2cd
1 changed files with 0 additions and 3 deletions
|
@ -768,7 +768,6 @@ pub fn codegen_crate<B: ExtraBackendMethods>(
|
|||
module,
|
||||
cost,
|
||||
);
|
||||
false
|
||||
}
|
||||
CguReuse::PreLto => {
|
||||
submit_pre_lto_module_to_llvm(
|
||||
|
@ -780,7 +779,6 @@ pub fn codegen_crate<B: ExtraBackendMethods>(
|
|||
source: cgu.previous_work_product(tcx),
|
||||
},
|
||||
);
|
||||
true
|
||||
}
|
||||
CguReuse::PostLto => {
|
||||
submit_post_lto_module_to_llvm(
|
||||
|
@ -791,7 +789,6 @@ pub fn codegen_crate<B: ExtraBackendMethods>(
|
|||
source: cgu.previous_work_product(tcx),
|
||||
},
|
||||
);
|
||||
true
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue