We don't need _Unwind_Resume anymore

This commit is contained in:
Philipp Oppermann
2016-05-29 18:00:58 +02:00
parent 725c452157
commit f4eb589f19

View File

@@ -84,8 +84,3 @@ extern "C" fn panic_fmt(fmt: core::fmt::Arguments, file: &str, line: u32) -> ! {
println!(" {}", fmt);
loop {}
}
#[no_mangle]
pub extern "C" fn _Unwind_Resume() -> ! {
loop {}
}