1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Removed warning (Andrew)

This commit is contained in:
John Camelon 2004-12-21 18:17:30 +00:00
parent ee26471851
commit b69b32768f

View file

@ -94,7 +94,7 @@ public class CPPASTTranslationUnit extends CPPASTNode implements
/* (non-Javadoc)
* @see org.eclipse.cdt.core.dom.ast.IASTTranslationUnit#getDeclarations(org.eclipse.cdt.core.dom.ast.IBinding)
*/
public IASTDeclaration[] getDeclarations(IBinding binding) {
public IASTDeclaration[] getDeclarations(IBinding b) {
// TODO Auto-generated method stub
return null;
}
@ -102,7 +102,7 @@ public class CPPASTTranslationUnit extends CPPASTNode implements
/* (non-Javadoc)
* @see org.eclipse.cdt.core.dom.ast.IASTTranslationUnit#getReferences(org.eclipse.cdt.core.dom.ast.IBinding)
*/
public IASTName[] getReferences(IBinding binding) {
public IASTName[] getReferences(IBinding b) {
// TODO Auto-generated method stub
return null;
}