1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Remove warning.

This commit is contained in:
Alain Magloire 2005-02-18 14:40:10 +00:00
parent 47cc24fc13
commit 833fd9ee70

View file

@ -5,7 +5,6 @@ package org.eclipse.cdt.internal.core.model;
* All Rights Reserved.
*/
import java.util.ArrayList;
import org.eclipse.cdt.core.model.CModelException;
import org.eclipse.cdt.core.model.CoreModel;
@ -318,7 +317,6 @@ public class DeltaProcessor {
CModelManager factory = CModelManager.getDefault();
CElementInfo pinfo = (CElementInfo)factory.peekAtInfo(celement);
if (pinfo != null) {
ArrayList list = new ArrayList();
ICElement[] celems = pinfo.getChildren();
for (int i = 0; i < celems.length; ++i) {
closeBinary(celems[i]);