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