diff options
Diffstat (limited to 'elf/tst-tls-dlinfo.c')
-rw-r--r-- | elf/tst-tls-dlinfo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/tst-tls-dlinfo.c b/elf/tst-tls-dlinfo.c index e97b5081fd..26c2811178 100644 --- a/elf/tst-tls-dlinfo.c +++ b/elf/tst-tls-dlinfo.c @@ -9,7 +9,6 @@ static int do_test (void) { -#ifdef USE_TLS static const char modname[] = "tst-tlsmod2.so"; int result = 0; int *foop; @@ -83,9 +82,6 @@ do_test (void) dlclose (h); return result; -#else - return 0; -#endif } |