Blame SOURCES/glibc-rh1505492-unused-tst-default-attr.patch

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