1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 01:55:24 +02:00

[160353] removal of unnecessary readAndDispatch()

This commit is contained in:
David McKnight 2006-12-07 18:03:05 +00:00
parent 7b31ccbb66
commit 5eb1d9cf32

View file

@ -68,9 +68,11 @@ public class DownloadListener implements IDomainListener,IUniversalDataStoreCons
if (monitor != null) if (monitor != null)
{ {
/* DKM - DO WE NEED THIS?!!
while (_display!=null && _display.readAndDispatch()) { while (_display!=null && _display.readAndDispatch()) {
//Process everything on event queue //Process everything on event queue
} }
*/
} }
if (_status.getValue().equals("done")) //$NON-NLS-1$ if (_status.getValue().equals("done")) //$NON-NLS-1$
{ {
@ -158,9 +160,11 @@ public class DownloadListener implements IDomainListener,IUniversalDataStoreCons
_monitor.subTask(str); _monitor.subTask(str);
/* DKM - DO WE NEED THIS?!!
while (_display != null && _display.readAndDispatch()) { while (_display != null && _display.readAndDispatch()) {
//Process everything on event queue //Process everything on event queue
} }
*/
} }
catch (Exception e) catch (Exception e)
{ {