From 93f8a2e834eed69aff7ef3be8c2baba14bab0658 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 23:07:26 +0200 Subject: convert // comments to /**/; remove empty #if/#endif pairs. no code changes Signed-off-by: Denys Vlasenko --- libpthread/linuxthreads/libc_pthread_init.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libpthread/linuxthreads') diff --git a/libpthread/linuxthreads/libc_pthread_init.c b/libpthread/linuxthreads/libc_pthread_init.c index cd950aa31..afe995ae8 100644 --- a/libpthread/linuxthreads/libc_pthread_init.c +++ b/libpthread/linuxthreads/libc_pthread_init.c @@ -25,11 +25,6 @@ #endif #include "internals.h" -#ifdef SHARED -#endif - -#if !(USE_TLS && HAVE___THREAD) && defined __UCLIBC_HAS_XLOCALE__ -#endif int __libc_multiple_threads attribute_hidden __attribute__((nocommon)); strong_alias (__libc_multiple_threads, __librt_multiple_threads) -- cgit v1.2.3