Remove already fixed FIXME in driver/jit.rs

This commit is contained in:
bjorn3 2020-05-27 11:08:41 +02:00 committed by GitHub
parent 14a4adb482
commit 1c76bdc53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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", || {