summaryrefslogtreecommitdiff
path: root/nptl/tst-sem9.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-sem9.c')
-rw-r--r--nptl/tst-sem9.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/tst-sem9.c b/nptl/tst-sem9.c
index 2b35446b46..cdd8eaa30f 100644
--- a/nptl/tst-sem9.c
+++ b/nptl/tst-sem9.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-sem9");