1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00

Remove getGlobalVariables.

This commit is contained in:
Alain Magloire 2003-01-27 03:27:47 +00:00
parent 4e6fe61434
commit 115b042005

View file

@ -75,15 +75,6 @@ public interface ICDITarget extends ICDIObject {
*/ */
ICDIRegister[] getRegisters(ICDIRegisterObject[] regObjects) throws CDIException; ICDIRegister[] getRegisters(ICDIRegisterObject[] regObjects) throws CDIException;
/**
* Returns a collection of global variables associated with
* this target.
*
* @return a collection of global variables
* @throws CDIException if this method fails. Reasons include:
*/
ICDIGlobalVariable[] getGlobalVariables() throws CDIException;
/** /**
* Evaluates the expression specified by the given string. * Evaluates the expression specified by the given string.
* Returns the evaluation result as a String. * Returns the evaluation result as a String.