]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tlsmod11.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / tst-tlsmod11.c
index 9938b5753ae549740a586b58446eff088729cd80..cffbd68edc18d91c956f05a20b4ba1818bae9e6f 100644 (file)
@@ -1,6 +1,4 @@
 #include "tst-tls10.h"
 
-#ifdef USE_TLS__THREAD
 __thread struct A a1 = { 4, 5, 6 };
 __thread struct A a2 = { 7, 8, 9 };
-#endif