diff options
Diffstat (limited to 'nptl/libc_pthread_init.c')
-rw-r--r-- | nptl/libc_pthread_init.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nptl/libc_pthread_init.c b/nptl/libc_pthread_init.c index f390480d4b..e254ea2552 100644 --- a/nptl/libc_pthread_init.c +++ b/nptl/libc_pthread_init.c @@ -77,11 +77,3 @@ __libc_pthread_init (unsigned long int *ptr, void (*reclaim) (void), return &__libc_multiple_threads; #endif } - -#ifdef SHARED -libc_freeres_fn (freeres_libptread) -{ - if (__libc_pthread_functions_init) - PTHFCT_CALL (ptr_freeres, ()); -} -#endif |