diff options
Diffstat (limited to 'libpthread/nptl/descr.h')
-rw-r--r-- | libpthread/nptl/descr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libpthread/nptl/descr.h b/libpthread/nptl/descr.h index 06fdbee4b..218be9669 100644 --- a/libpthread/nptl/descr.h +++ b/libpthread/nptl/descr.h @@ -24,7 +24,6 @@ #include <setjmp.h> #include <stdbool.h> #include <sys/types.h> -#include <hp-timing.h> #include <list.h> #include <lowlevellock.h> #include <pthreaddef.h> @@ -310,11 +309,6 @@ struct pthread /* Lock for synchronizing setxid calls. */ int setxid_futex; -#if HP_TIMING_AVAIL - /* Offset of the CPU clock at start thread start time. */ - hp_timing_t cpuclock_offset; -#endif - /* If the thread waits to join another one the ID of the latter is stored here. |