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:
parent
d846abee43
commit
a24a683240
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue