diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-30 05:11:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-30 05:11:00 +0100 |
commit | ed10e944ac7f9b4d55dc130987274a2799a115b1 (patch) | |
tree | a5860247a23ebe9ac64f26dab6327a8c306776b6 /libpthread/linuxthreads/sysdeps/ia64 | |
parent | 43a336e63f16c639e0e6fefdd7404509159c07b1 (diff) |
NONTLS_INIT_TP is never defined, remove dead code
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/ia64')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/tls.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libpthread/linuxthreads/sysdeps/ia64/tls.h b/libpthread/linuxthreads/sysdeps/ia64/tls.h index a78f0ec7a..ffc8f77dc 100644 --- a/libpthread/linuxthreads/sysdeps/ia64/tls.h +++ b/libpthread/linuxthreads/sysdeps/ia64/tls.h @@ -113,26 +113,6 @@ typedef struct # endif -#else - -# ifndef __ASSEMBLER__ - -typedef struct -{ - void *tcb; - dtv_t *dtv; - void *self; - int multiple_threads; -} tcbhead_t; - -# define NONTLS_INIT_TP \ - do { \ - static const tcbhead_t nontls_init_tp = { .multiple_threads = 0 }; \ - __thread_self = (__typeof (__thread_self)) &nontls_init_tp; \ - } while (0) - -#endif - #endif /* USE_TLS */ #endif /* tls.h */ |