mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Remove warning.
This commit is contained in:
parent
47cc24fc13
commit
833fd9ee70
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ package org.eclipse.cdt.internal.core.model;
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
|
|
||||||
import org.eclipse.cdt.core.model.CModelException;
|
import org.eclipse.cdt.core.model.CModelException;
|
||||||
import org.eclipse.cdt.core.model.CoreModel;
|
import org.eclipse.cdt.core.model.CoreModel;
|
||||||
|
@ -318,7 +317,6 @@ public class DeltaProcessor {
|
||||||
CModelManager factory = CModelManager.getDefault();
|
CModelManager factory = CModelManager.getDefault();
|
||||||
CElementInfo pinfo = (CElementInfo)factory.peekAtInfo(celement);
|
CElementInfo pinfo = (CElementInfo)factory.peekAtInfo(celement);
|
||||||
if (pinfo != null) {
|
if (pinfo != null) {
|
||||||
ArrayList list = new ArrayList();
|
|
||||||
ICElement[] celems = pinfo.getChildren();
|
ICElement[] celems = pinfo.getChildren();
|
||||||
for (int i = 0; i < celems.length; ++i) {
|
for (int i = 0; i < celems.length; ++i) {
|
||||||
closeBinary(celems[i]);
|
closeBinary(celems[i]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue