Skip to content

Commit 054b957

Browse files
committed
[Concurrency] Remove redundant include.
Clean up an unnecesary include. rdar://90776105
1 parent 8f95ab5 commit 054b957

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/Concurrency/TaskLocal.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
#include <android/log.h>
3131
#endif
3232

33-
#if HAVE_PTHREAD_H
34-
#include <pthread.h>
35-
#endif
36-
3733
#if defined(_WIN32)
3834
#include <io.h>
3935
#endif

0 commit comments

Comments
 (0)