From 92e5bf17ead553f06ef7520d6d696efcc338af51 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 12 Apr 2010 01:43:47 +0000 Subject: [PATCH] Cosmetics. --- .../parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java | 1 - 1 file changed, 1 deletion(-) 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