1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Comment no longer valid after fix of Bug 206932

This commit is contained in:
Marc Khouzam 2008-04-02 15:18:36 +00:00
parent b76951e59e
commit f8934d49d7

View file

@ -85,14 +85,6 @@ import org.eclipse.dd.mi.service.command.output.MIVarUpdateInfo;
/**
* Manages a list of variable objects as created through GDB/MI commands.
*
* Note that for the moment, this class is inheriting from AbstractDsfService,
* although it does not register as a service. This class is only used by the Expression
* Service, and therefore, need not be a service of its own.
* However, to be able to implement ICommandControl, we automatically must implement
* IDsfService, so, that is why we extend AbstractDsfService. We must implement
* ICommandControl service, to be able to interface properly with the MICommandCache which
* is using this class.
*
* This class is passed expression-meta-commands which have their own cache.
* Therefore, we don't use the standard MICommandCache in this class.
* In fact, we can't even use it, because many variableObject MI commands,