diff options
Diffstat (limited to 'elf/tst-tlsmod16a.c')
-rw-r--r-- | elf/tst-tlsmod16a.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/tst-tlsmod16a.c b/elf/tst-tlsmod16a.c index 847c8090f5..c16e603c8b 100644 --- a/elf/tst-tlsmod16a.c +++ b/elf/tst-tlsmod16a.c @@ -1,7 +1,3 @@ #include <tls.h> -#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE int __thread tlsvar; -#else -int tlsvar; -#endif |