c6d234
The test nptl/tst-default-attr.c contained an unused value.  This is an
c6d234
issue specific to glibc-rh990388-4.patch, which is not present upstream.
c6d234
c6d234
diff --git a/nptl/tst-default-attr.c b/nptl/tst-default-attr.c
c6d234
index aeb52725f28a5f03..de63c638f48c03b2 100644
c6d234
--- a/nptl/tst-default-attr.c
c6d234
+++ b/nptl/tst-default-attr.c
c6d234
@@ -110,8 +110,6 @@ run_threads (void)
c6d234
 static int
c6d234
 do_test (void)
c6d234
 {
c6d234
-  pthread_attr_t attr;
c6d234
-
c6d234
   pagesize = sysconf (_SC_PAGESIZE);
c6d234
   if (pagesize < 0)
c6d234
     {