aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-unique4.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-unique4.h')
-rw-r--r--elf/tst-unique4.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/tst-unique4.h b/elf/tst-unique4.h
deleted file mode 100644
index 2d377f5d51..0000000000
--- a/elf/tst-unique4.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// BZ 12511
-template<int N>
-struct S
-{
- static int i;
- static const int j;
-};