diff --git a/test_suite/no_std/src/main.rs b/test_suite/no_std/src/main.rs index d885e718..7a0c83ad 100644 --- a/test_suite/no_std/src/main.rs +++ b/test_suite/no_std/src/main.rs @@ -20,10 +20,6 @@ fn start(_argc: isize, _argv: *const *const u8) -> isize { #[no_mangle] pub extern fn rust_eh_personality() {} -#[lang = "eh_unwind_resume"] -#[no_mangle] -pub extern fn rust_eh_unwind_resume() {} - #[lang = "panic_fmt"] #[no_mangle] pub extern fn rust_begin_panic(_msg: core::fmt::Arguments,