diff options
Diffstat (limited to 'include/Runtime/__init_cpp_exception.h')
| -rw-r--r-- | include/Runtime/__init_cpp_exception.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/Runtime/__init_cpp_exception.h b/include/Runtime/__init_cpp_exception.h deleted file mode 100644 index 969d43da..00000000 --- a/include/Runtime/__init_cpp_exception.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _RUNTIME_INIT_CPP_EXCEPTIONS_H -#define _RUNTIME_INIT_CPP_EXCEPTIONS_H - -#include "types.h" - -#ifdef __cplusplus -extern "C" { -#endif - -void __init_cpp_exceptions(void); -void __fini_cpp_exceptions(void); - -#ifdef __cplusplus -} -#endif - -#endif
\ No newline at end of file |
