about summary refs log tree commit diff
path: root/nptl/pthread_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r--nptl/pthread_create.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index f13d8e44a4..c1c5b241c8 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -59,10 +59,6 @@ static struct rtld_global *__nptl_rtld_global __attribute_used__
   = &_rtld_global;
 #endif
 
-/* Number of threads running.  */
-unsigned int __nptl_nthreads = 1;
-
-
 /* Code to allocate and deallocate a stack.  */
 #include "allocatestack.c"