summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/pthandles.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads/pthandles.c')
-rw-r--r--libpthread/linuxthreads/pthandles.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libpthread/linuxthreads/pthandles.c b/libpthread/linuxthreads/pthandles.c
deleted file mode 100644
index acc47e28d..000000000
--- a/libpthread/linuxthreads/pthandles.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "pthread.h"
-#include "internals.h"
-
-/* Array of active threads. Entry 0 is reserved for the initial thread. */
-struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];