]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls7.c
[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #3483,...
[thirdparty/glibc.git] / elf / tst-tls7.c
index 37f1a63e16465294b236c2f0bf10f59f450388f2..1edc2b63568ee821d245dcf151367d82b429af3d 100644 (file)
@@ -10,7 +10,6 @@
 static int
 do_test (void)
 {
-#ifdef USE_TLS
   static const char modname[] = "tst-tlsmod3.so";
   int result = 0;
   int (*fp) (void);
@@ -52,9 +51,6 @@ do_test (void)
     }
 
   return result;
-#else
-  return 0;
-#endif
 }