mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
remove obsolete comments.
This commit is contained in:
parent
53a18c3ddc
commit
43e100ff37
1 changed files with 0 additions and 6 deletions
|
@ -762,12 +762,6 @@ public class PathEntryManager implements IPathEntryStoreListener, IElementChange
|
||||||
}
|
}
|
||||||
remaining++;
|
remaining++;
|
||||||
oldResolvedEntries[i] = removeCachedResolvedPathEntries(affectedProject);
|
oldResolvedEntries[i] = removeCachedResolvedPathEntries(affectedProject);
|
||||||
// ArrayList listEntries = (ArrayList)resolvedMap.remove(affectedProject);
|
|
||||||
// if (listEntries != null) {
|
|
||||||
// oldResolvedEntries[i] = (IPathEntry[])listEntries.toArray(NO_PATHENTRIES);
|
|
||||||
// } else {
|
|
||||||
// oldResolvedEntries[i] = null;
|
|
||||||
// }
|
|
||||||
containerPut(affectedProject, containerPath, newContainer);
|
containerPut(affectedProject, containerPath, newContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue