Index: third_party/minicrt/initterm.h |
diff --git a/third_party/minicrt/initterm.h b/third_party/minicrt/initterm.h |
deleted file mode 100644 |
index f36543a70c3eb3609652fff9c037759d50322ab3..0000000000000000000000000000000000000000 |
--- a/third_party/minicrt/initterm.h |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-#ifndef TR_COMMON_MINICRT_INITTERM_H_ |
-#define TR_COMMON_MINICRT_INITTERM_H_ |
- |
-#include "libctiny.h" |
- |
-typedef void (__cdecl *_PVFV)(); |
-extern _PVFV __xc_a[], __xc_z[]; /* C++ initializers */ |
- |
-void __cdecl _initterm(_PVFV * pfbegin, _PVFV * pfend); |
-void __cdecl _atexit_init(); |
-void __cdecl _DoExit(); |
- |
-#endif // TR_COMMON_MINICRT_INITTERM_H_ |