Skip to content

Commit 46a3f0f

Browse files
committed
Remove __gxx_personality_v0 declaration
1 parent 0ec3174 commit 46a3f0f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

library/panic_unwind/src/emcc.rs

-7
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,4 @@ extern "C" {
129129
tinfo: *const TypeInfo,
130130
dest: extern "C" fn(*mut libc::c_void) -> *mut libc::c_void,
131131
) -> !;
132-
fn __gxx_personality_v0(
133-
version: c_int,
134-
actions: uw::_Unwind_Action,
135-
exception_class: uw::_Unwind_Exception_Class,
136-
exception_object: *mut uw::_Unwind_Exception,
137-
context: *mut uw::_Unwind_Context,
138-
) -> uw::_Unwind_Reason_Code;
139132
}

0 commit comments

Comments
 (0)