mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
compiler warnings
This commit is contained in:
parent
1579f9911b
commit
c799f0763e
1 changed files with 1 additions and 4 deletions
|
@ -1551,7 +1551,6 @@ public class UniversalFileTransferUtility
|
||||||
ISystemArchiveHandler handler = ArchiveHandlerManager.getInstance().getRegisteredHandler(dest);
|
ISystemArchiveHandler handler = ArchiveHandlerManager.getInstance().getRegisteredHandler(dest);
|
||||||
|
|
||||||
VirtualChild[] arcContents = handler.getVirtualChildrenList();
|
VirtualChild[] arcContents = handler.getVirtualChildrenList();
|
||||||
Display display = Display.getCurrent();
|
|
||||||
monitor.beginTask(FileResources.RESID_SUPERTRANSFER_PROGMON_SUBTASK_EXTRACT, arcContents.length);
|
monitor.beginTask(FileResources.RESID_SUPERTRANSFER_PROGMON_SUBTASK_EXTRACT, arcContents.length);
|
||||||
|
|
||||||
for (int i = 0; i < arcContents.length; i++)
|
for (int i = 0; i < arcContents.length; i++)
|
||||||
|
@ -1642,9 +1641,7 @@ public class UniversalFileTransferUtility
|
||||||
{
|
{
|
||||||
//return null;
|
//return null;
|
||||||
}
|
}
|
||||||
while (display.readAndDispatch()) {
|
|
||||||
//Process everything on event queue
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue