1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

remove warnings

This commit is contained in:
Alain Magloire 2004-09-08 14:05:12 +00:00
parent 654e6be53f
commit 671f4b339d

View file

@ -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);
}
}