Remove duplicate parameter name
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 May 1999 17:07:28 +0000 (17:07 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 May 1999 17:07:28 +0000 (17:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27067 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.pt/unify1.C

index 283e2f5..8d2e062 100644 (file)
@@ -11,4 +11,4 @@ void f (P c, kind k) {}
 template<class P>
 void f (P c, P d, kind k) {}
 
-template void f (C c, C c, kind k);
+template void f (C c, C, kind k);