mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
remove warnings
This commit is contained in:
parent
654e6be53f
commit
671f4b339d
1 changed files with 0 additions and 2 deletions
|
@ -61,7 +61,6 @@ public class CContentOutlinePage extends Page implements IContentOutlinePage, IS
|
|||
private String fContextMenuId;
|
||||
|
||||
OpenIncludeAction fOpenIncludeAction;
|
||||
private ToggleLinkingAction fToggleLinkingAction;
|
||||
private IncludeGroupingAction fIncludeGroupingAction;
|
||||
|
||||
private MemberFilterActionGroup fMemberFilterActionGroup;
|
||||
|
@ -189,7 +188,6 @@ public class CContentOutlinePage extends Page implements IContentOutlinePage, IS
|
|||
//ICElement elem= fInput.findEqualMember((ICElement)iter.next());
|
||||
Object o = iter.next();
|
||||
if (o instanceof ICElement) {
|
||||
//ICElement elem = (ICElement)iter.next();
|
||||
newSelection.add(o);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue