mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 05:45:58 +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
|
* @author Doug Schaefer
|
||||||
*/
|
*/
|
||||||
public interface IASTSimpleDeclaration extends IASTDeclaration, IASTNode {
|
public interface IASTSimpleDeclaration extends IASTDeclaration {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <code>DECL_SPECIFIER</code> represents the relationship between an
|
* <code>DECL_SPECIFIER</code> represents the relationship between an
|
||||||
|
|
Loading…
Add table
Reference in a new issue