summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod15a.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod15a.c')
-rw-r--r--elf/tst-tlsmod15a.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/tst-tlsmod15a.c b/elf/tst-tlsmod15a.c
deleted file mode 100644
index 66c707129a..0000000000
--- a/elf/tst-tlsmod15a.c
+++ /dev/null
@@ -1,6 +0,0 @@
-extern int nonexistent_dummy_var;
-int *
-foo (void)
-{
- return &nonexistent_dummy_var;
-}