diff options
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h index 2ffa69e70257..034baff5738e 100644 --- a/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h +++ b/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h @@ -188,12 +188,6 @@ extern "C" void *__cxa_allocate_dependent_exception() throw(); extern "C" void __cxa_free_dependent_exception(void *thrown_exception) throw(); #pragma GCC visibility pop -// Throw the exception. -extern "C" void __cxa_throw (void *thrown_exception, - std::type_info *tinfo, - void (*dest) (void *)) - __attribute__((noreturn)); - // Used to implement exception handlers. extern "C" void *__cxa_get_exception_ptr (void *) throw(); extern "C" void *__cxa_begin_catch (void *) throw(); |