aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-unique3.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-unique3.h')
-rw-r--r--elf/tst-unique3.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/elf/tst-unique3.h b/elf/tst-unique3.h
deleted file mode 100644
index 716d23641c..0000000000
--- a/elf/tst-unique3.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// BZ 12510
-template<typename T>
-struct S
-{
- static int i;
-};
-
-extern int in_lib (void);