about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2022-06-08 16:31:21 -0700
committerHood Chatham <roberthoodchatham@gmail.com>2022-06-08 16:31:21 -0700
commit46a3f0feb6bee316a682bd8b62d3a0a0f2647619 (patch)
tree798feef5497cbb1a6890d960d2dcb7a95eff3cd3
parent0ec3174e3ea682aac2633b38e75db0e94eabe5c9 (diff)
downloadrust-46a3f0feb6bee316a682bd8b62d3a0a0f2647619.tar.gz
rust-46a3f0feb6bee316a682bd8b62d3a0a0f2647619.zip
Remove __gxx_personality_v0 declaration
-rw-r--r--library/panic_unwind/src/emcc.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/library/panic_unwind/src/emcc.rs b/library/panic_unwind/src/emcc.rs
index 790aacdbe45..c458af10aad 100644
--- a/library/panic_unwind/src/emcc.rs
+++ b/library/panic_unwind/src/emcc.rs
@@ -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;
 }