From a24a683240d3fecd8012f03ffa66a2036896f5ee Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Thu, 28 Jun 2007 13:31:09 +0000 Subject: [PATCH] Fix for 149791 by Richard Miskin, remove redundant inheritance from IASTNode. --- .../org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java index 49cfd637498..1363d1a9548 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTSimpleDeclaration.java @@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast; * * @author Doug Schaefer */ -public interface IASTSimpleDeclaration extends IASTDeclaration, IASTNode { +public interface IASTSimpleDeclaration extends IASTDeclaration { /** * DECL_SPECIFIER represents the relationship between an