Remove already fixed FIXME in driver/jit.rs
This commit is contained in:
parent
14a4adb482
commit
1c76bdc53a
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ pub(super) fn run_jit(tcx: TyCtxt<'_>) -> ! {
|
|||
.into_iter()
|
||||
.collect::<Vec<(_, (_, _))>>();
|
||||
|
||||
// FIXME register with unwind runtime
|
||||
let mut unwind_context = UnwindContext::new(tcx, &mut jit_module);
|
||||
|
||||
super::time(tcx, "codegen mono items", || {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue