Skip to content

Commit

Permalink
Remove __gxx_personality_v0 declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jun 8, 2022
1 parent 0ec3174 commit 46a3f0f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/panic_unwind/src/emcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,4 @@ extern "C" {
tinfo: *const TypeInfo,
dest: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void,
) -> !;
fn __gxx_personality_v0(
version: c_int,
actions: uw::_Unwind_Action,
exception_class: uw::_Unwind_Exception_Class,
exception_object: *mut uw::_Unwind_Exception,
context: *mut uw::_Unwind_Context,
) -> uw::_Unwind_Reason_Code;
}

0 comments on commit 46a3f0f

Please sign in to comment.