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