]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc: Drop obsolete INCLUDE_PTHREAD_H
authorSam James <sam@gentoo.org>
Tue, 18 Apr 2023 19:27:38 +0000 (13:27 -0600)
committerJeff Law <jlaw@ventanamicro>
Tue, 18 Apr 2023 19:27:38 +0000 (13:27 -0600)
gcc/ChangeLog:
* system.h: Drop unused INCLUDE_PTHREAD_H.

gcc/system.h

index 71d8a040353ceb5700a610ff544d3e2004c7a7ef..65d514d3c0178785b96160cdc7764449bfaeea62 100644 (file)
@@ -779,10 +779,6 @@ private:
 #endif
 #endif
 
-#ifdef INCLUDE_PTHREAD_H
-#include <pthread.h>
-#endif
-
 #ifdef INCLUDE_ISL
 #ifdef HAVE_isl
 #include <isl/options.h>