]> gcc.gnu.org Git - gcc.git/commitdiff
Remove duplicate of typename3.C
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 4 Mar 1999 22:19:36 +0000 (22:19 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 4 Mar 1999 22:19:36 +0000 (22:19 +0000)
From-SVN: r25588

gcc/testsuite/g++.old-deja/g++.pt/typename6.C [deleted file]

diff --git a/gcc/testsuite/g++.old-deja/g++.pt/typename6.C b/gcc/testsuite/g++.old-deja/g++.pt/typename6.C
deleted file mode 100644 (file)
index 0b19d54..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// Build don't link:
-// Special g++ Options:
-
-template <class T>
-struct A
-{
-  typedef T A_Type;
-};
-
-
-template <class U>
-struct B : public A<U>
-{
-  A_Type Func();
-};
-
-
-template <class U>
-A<U>::A_Type B<U>::Func()
-{
-}
This page took 0.069771 seconds and 5 git commands to generate.