about summary refs log tree commit diff
path: root/nptl/tst-sem8.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-sem8.c')
-rw-r--r--nptl/tst-sem8.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/tst-sem8.c b/nptl/tst-sem8.c
index 876c319ba5..5dea575e9d 100644
--- a/nptl/tst-sem8.c
+++ b/nptl/tst-sem8.c
@@ -36,8 +36,6 @@ int
 main (void)
 {
   sem_t *s;
-  sem_t *s2;
-  sem_t *s3;
   int i;
 
   on_exit (remove_sem, (void *) "/glibc-tst-sem8");