summaryrefslogtreecommitdiff
path: root/linuxthreads/tst-tls1moda.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/tst-tls1moda.c')
-rw-r--r--linuxthreads/tst-tls1moda.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/linuxthreads/tst-tls1moda.c b/linuxthreads/tst-tls1moda.c
deleted file mode 100644
index a652ef981f..0000000000
--- a/linuxthreads/tst-tls1moda.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <tst-tls1.h>
-
-#ifdef TLS_REGISTER
-static __thread char a [32] __attribute__ ((aligned (64)));
-TLS_REGISTER (a)
-#endif