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

Remove the call to MIInferior.update()

This commit is contained in:
Alain Magloire 2003-04-25 20:50:40 +00:00
parent 1821764512
commit f654c62285

View file

@ -24,7 +24,6 @@ import org.eclipse.cdt.debug.core.cdi.ICDIVariableManager;
import org.eclipse.cdt.debug.core.cdi.event.ICDIEvent;
import org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener;
import org.eclipse.cdt.debug.core.cdi.model.ICDITarget;
import org.eclipse.cdt.debug.mi.core.MISession;
import org.eclipse.cdt.debug.mi.core.cdi.event.ChangedEvent;
import org.eclipse.cdt.debug.mi.core.cdi.event.CreatedEvent;
import org.eclipse.cdt.debug.mi.core.cdi.event.DestroyedEvent;
@ -282,9 +281,6 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
if (srcMgr.isAutoUpdate()) {
srcMgr.update();
}
// give a chance also to the underlying inferior.
MISession mi = session.getMISession();
mi.getMIInferior().update();
} catch (CDIException e) {
//System.out.println(e);
}