mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[160353] removal of unnecessary readAndDispatch()
This commit is contained in:
parent
7b31ccbb66
commit
5eb1d9cf32
1 changed files with 4 additions and 0 deletions
|
@ -68,9 +68,11 @@ public class DownloadListener implements IDomainListener,IUniversalDataStoreCons
|
|||
|
||||
if (monitor != null)
|
||||
{
|
||||
/* DKM - DO WE NEED THIS?!!
|
||||
while (_display!=null && _display.readAndDispatch()) {
|
||||
//Process everything on event queue
|
||||
}
|
||||
*/
|
||||
}
|
||||
if (_status.getValue().equals("done")) //$NON-NLS-1$
|
||||
{
|
||||
|
@ -158,9 +160,11 @@ public class DownloadListener implements IDomainListener,IUniversalDataStoreCons
|
|||
|
||||
_monitor.subTask(str);
|
||||
|
||||
/* DKM - DO WE NEED THIS?!!
|
||||
while (_display != null && _display.readAndDispatch()) {
|
||||
//Process everything on event queue
|
||||
}
|
||||
*/
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue