about summary refs log tree commit diff
path: root/nptl/tst-tls5mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-tls5mode.c')
-rw-r--r--nptl/tst-tls5mode.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/nptl/tst-tls5mode.c b/nptl/tst-tls5mode.c
deleted file mode 100644
index 3e53ee1a6e..0000000000
--- a/nptl/tst-tls5mode.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <tst-tls5.h>
-
-#ifdef TLS_REGISTER
-static __thread int e1 = 24;
-static __thread char e2 [32] __attribute__ ((aligned (64)));
-TLS_REGISTER (e1)
-TLS_REGISTER (e2)
-#endif