1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

compiler warnings

This commit is contained in:
David McKnight 2007-01-10 17:50:15 +00:00
parent 1579f9911b
commit c799f0763e

View file

@ -1551,7 +1551,6 @@ public class UniversalFileTransferUtility
ISystemArchiveHandler handler = ArchiveHandlerManager.getInstance().getRegisteredHandler(dest);
VirtualChild[] arcContents = handler.getVirtualChildrenList();
Display display = Display.getCurrent();
monitor.beginTask(FileResources.RESID_SUPERTRANSFER_PROGMON_SUBTASK_EXTRACT, arcContents.length);
for (int i = 0; i < arcContents.length; i++)
@ -1642,9 +1641,7 @@ public class UniversalFileTransferUtility
{
//return null;
}
while (display.readAndDispatch()) {
//Process everything on event queue
}
}
}
}