1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Fix for 149791 by Richard Miskin, remove redundant inheritance from IASTNode.

This commit is contained in:
Markus Schorn 2007-06-28 13:31:09 +00:00
parent d846abee43
commit a24a683240

View file

@ -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 {
/**
* <code>DECL_SPECIFIER</code> represents the relationship between an