Remove duplicate parameter name

From-SVN: r27067
This commit is contained in:
Mark Mitchell 1999-05-20 17:07:28 +00:00
parent b886540796
commit 06315a9a89

View 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);