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