Remove redundant declaration of __cxa_allocate_exception

Fixes #193
main
Graham Lee 5 years ago committed by David Chisnall
parent 93fbf4d4bc
commit c399119694

@ -16,8 +16,6 @@ int eh_trampoline();
uint64_t cxx_exception_class;
extern "C" void *__cxa_allocate_exception(size_t) noexcept;
/**
* Our own definitions of C++ ABI functions and types. These are provided
* because this file must not include cxxabi.h. We need to handle subtly

Loading…
Cancel
Save