summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-30 05:11:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-30 05:11:00 +0100
commited10e944ac7f9b4d55dc130987274a2799a115b1 (patch)
treea5860247a23ebe9ac64f26dab6327a8c306776b6 /libpthread/nptl/sysdeps
parent43a336e63f16c639e0e6fefdd7404509159c07b1 (diff)
NONTLS_INIT_TP is never defined, remove dead code
Diffstat (limited to 'libpthread/nptl/sysdeps')
-rw-r--r--libpthread/nptl/sysdeps/generic/libc-tls.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libpthread/nptl/sysdeps/generic/libc-tls.c b/libpthread/nptl/sysdeps/generic/libc-tls.c
index c7bd34713..58e77ff10 100644
--- a/libpthread/nptl/sysdeps/generic/libc-tls.c
+++ b/libpthread/nptl/sysdeps/generic/libc-tls.c
@@ -252,15 +252,4 @@ __pthread_initialize_minimal (void)
__libc_setup_tls (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN);
}
-#elif defined NONTLS_INIT_TP
-
-/* This is the minimal initialization function used when libpthread is
- not used. */
-void
-__attribute__ ((weak))
-__pthread_initialize_minimal (void)
-{
- NONTLS_INIT_TP;
-}
-
#endif