diff options
Diffstat (limited to 'test/tls/tst-tlsmod16a.c')
-rw-r--r-- | test/tls/tst-tlsmod16a.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/tls/tst-tlsmod16a.c b/test/tls/tst-tlsmod16a.c deleted file mode 100644 index 847c8090f..000000000 --- a/test/tls/tst-tlsmod16a.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <tls.h> - -#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE -int __thread tlsvar; -#else -int tlsvar; -#endif |