aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
-rw-r--r--linuxthreads/Examples/ex9.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index de239845ec..fd8788c7f3 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-01 Jakub Jelinek <jakub@redhat.com>
+
+ * Examples/ex9.c (main): Remove unused th variable.
+
2002-07-10 Ulrich Drepper <drepper@redhat.com>
* wrapsyscall.c: Add __nanosleep alias.
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;