mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
remove warning.
This commit is contained in:
parent
7fb669d877
commit
5efbcb92a6
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ public abstract class Parent extends CElement {
|
|||
CElementInfo info = getElementInfo();
|
||||
if (info != null)
|
||||
return info.getChildren();
|
||||
else
|
||||
return new ICElement[]{};
|
||||
return NO_ELEMENTS;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue