aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/Examples/ex9.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/Examples/ex9.c')
-rw-r--r--linuxthreads/Examples/ex9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linuxthreads/Examples/ex9.c b/linuxthreads/Examples/ex9.c
index 9b8aca3b94..e2421a5c41 100644
--- a/linuxthreads/Examples/ex9.c
+++ b/linuxthreads/Examples/ex9.c
@@ -32,7 +32,6 @@ static pthread_barrier_t barrier;
int
main (void)
{
- pthread_t th;
pthread_t thread_list[NUM_THREADS];
int i;