diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-22 22:44:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-22 22:44:56 +0200 |
commit | 4d466d8adaa02bd45c3d36cb910046c23c83a6f9 (patch) | |
tree | d86e6031b80f274c954275b2d241f79937cf3159 /libpthread/nptl/descr.h | |
parent | 41315bb358d6d2f82e4e2ca8a6cb08fe69f90d56 (diff) |
remove unused HP_TIMING_AVAIL and header
cleanup unused and unsupported code.
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. |