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

remove registerGroup.

This commit is contained in:
Alain Magloire 2002-08-20 04:08:20 +00:00
parent bc181b4222
commit 248184e423

View file

@ -15,13 +15,5 @@ import org.eclipse.cdt.debug.core.cdi.CDIException;
* *
* @since Jul 9, 2002 * @since Jul 9, 2002
*/ */
public interface ICDIRegister extends ICDIVariable public interface ICDIRegister extends ICDIVariable {
{
/**
* Returns the register group this register is contained in.
*
* @return the register group this register is contained in
* @exception CDIException if this method fails. Reasons include:
*/
ICDIRegisterGroup getRegisterGroup() throws CDIException;
} }