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/init.c | |
parent | 41315bb358d6d2f82e4e2ca8a6cb08fe69f90d56 (diff) |
remove unused HP_TIMING_AVAIL and header
cleanup unused and unsupported code.
Diffstat (limited to 'libpthread/nptl/init.c')
-rw-r--r-- | libpthread/nptl/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/init.c b/libpthread/nptl/init.c index 09220c220..74d30c739 100644 --- a/libpthread/nptl/init.c +++ b/libpthread/nptl/init.c @@ -174,9 +174,6 @@ __pthread_initialize_minimal_internal (void) THREAD_SETMEM (pd, user_stack, true); if (LLL_LOCK_INITIALIZER != 0) THREAD_SETMEM (pd, lock, LLL_LOCK_INITIALIZER); -#if HP_TIMING_AVAIL - THREAD_SETMEM (pd, cpuclock_offset, GL(dl_cpuclock_offset)); -#endif /* Initialize the robust mutex data. */ #ifdef __PTHREAD_MUTEX_HAVE_PREV |