summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
index 4112114b7566..52598629245b 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
@@ -50,14 +50,9 @@ namespace __cxxabiv1
virtual ~__si_class_type_info();
const __class_type_info *__base_type;
};
-
-extern "C" void *__cxa_allocate_exception( std::size_t thrown_size ) _NOEXCEPT;
-
-extern "C" _LIBCPP_NORETURN void __cxa_throw(
- void *thrown_exception, std::type_info *tinfo, void (*dest) (void *) );
}
-#else
+#endif
#if !HAVE_CXXABI_H_CXA_EH_GLOBALS
// <https://mentorembedded.github.io/cxx-abi/abi-eh.html>:
@@ -109,8 +104,6 @@ extern "C" void __cxa_throw(
}
#endif
-#endif
-
extern "C" void privateSnippetExecutor( ... );
namespace CPPU_CURRENT_NAMESPACE