summaryrefslogtreecommitdiff
path: root/test/nptl/tst-tls5modb.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nptl/tst-tls5modb.c')
-rw-r--r--test/nptl/tst-tls5modb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/nptl/tst-tls5modb.c b/test/nptl/tst-tls5modb.c
deleted file mode 100644
index 09b439670..000000000
--- a/test/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