@@ -264,30 +264,6 @@ unsafe fn find_eh_action(context: *mut uw::_Unwind_Context) -> EHAction {
264264 eh:: find_eh_action ( lsda, & eh_context)
265265}
266266
267- // *** Delete after a new snapshot ***
268- #[ cfg( all( stage0, any( target_os = "ios" , not( target_arch = "arm" ) ) ) ) ]
269- #[ lang = "eh_personality_catch" ]
270- #[ no_mangle]
271- pub unsafe extern "C" fn rust_eh_personality_catch ( version : c_int ,
272- actions : uw:: _Unwind_Action ,
273- exception_class : uw:: _Unwind_Exception_Class ,
274- ue_header : * mut uw:: _Unwind_Exception ,
275- context : * mut uw:: _Unwind_Context )
276- -> uw:: _Unwind_Reason_Code {
277- rust_eh_personality ( version, actions, exception_class, ue_header, context)
278- }
279-
280- // *** Delete after a new snapshot ***
281- #[ cfg( all( stage0, target_arch = "arm" , not( target_os = "ios" ) ) ) ]
282- #[ lang = "eh_personality_catch" ]
283- #[ no_mangle]
284- pub unsafe extern "C" fn rust_eh_personality_catch ( state : uw:: _Unwind_State ,
285- ue_header : * mut uw:: _Unwind_Exception ,
286- context : * mut uw:: _Unwind_Context )
287- -> uw:: _Unwind_Reason_Code {
288- rust_eh_personality ( state, ue_header, context)
289- }
290-
291267// See docs in the `unwind` module.
292268#[ cfg( all( target_os="windows" , target_arch = "x86" , target_env="gnu" ) ) ]
293269#[ lang = "eh_unwind_resume" ]
0 commit comments