diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java index 59369548633..1e087338f74 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java @@ -119,7 +119,6 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IAdaptabl */ public IASTName[] getReferences(IBinding binding); - /** * Returns an IASTNodeSelector object for finding nodes by file offsets. * The object is suitable for working in one of the files that is part of