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