aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-18 13:27:38 -0600
committerJeff Law <jlaw@ventanamicro>2023-04-18 13:27:38 -0600
commit403779a7d659418079760ab9e0facefcc59f89ad (patch)
tree8f063f1105b4c9d63b16db1a18c362fba2ebadba /gcc
parentc9d7fbdf3e752be40c34855741e7c27121315744 (diff)
downloadgcc-403779a7d659418079760ab9e0facefcc59f89ad.zip
gcc-403779a7d659418079760ab9e0facefcc59f89ad.tar.gz
gcc-403779a7d659418079760ab9e0facefcc59f89ad.tar.bz2
gcc: Drop obsolete INCLUDE_PTHREAD_H
gcc/ChangeLog: * system.h: Drop unused INCLUDE_PTHREAD_H.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 71d8a04..65d514d 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -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>