1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed warning.

This commit is contained in:
John Camelon 2005-05-04 15:27:30 +00:00
parent d5663f5134
commit 249b5eb68e

View file

@ -123,7 +123,7 @@ public class CPPUsingDeclaration implements ICPPUsingDeclaration, ICPPInternalBi
/* (non-Javadoc)
* @see org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPInternalBinding#createDelegate(org.eclipse.cdt.core.dom.ast.IASTName)
*/
public ICPPDelegate createDelegate( IASTName name ) {
public ICPPDelegate createDelegate( IASTName name1 ) {
return null;
}