Skip to content

Commit f9f1702

Browse files
committed
RunLoop: remove unnecessary inclusion of typeinfo
Remove the inclusion of `typeinfo` as that is C++ code and `CFRunLoop.c` is C code. The header is not designed for inclusion into C code.
1 parent 1a0436f commit f9f1702

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: CoreFoundation/RunLoop.subproj/CFRunLoop.c

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
extern void objc_terminate(void);
3434

3535

36-
#if DEPLOYMENT_TARGET_WINDOWS
37-
#include <typeinfo.h>
38-
#endif
39-
4036
#if __has_include(<checkint.h>)
4137
#include <checkint.h>
4238
#else

0 commit comments

Comments
 (0)