diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java index 55d4f42f0f8..cfd2e2f28c3 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java @@ -45,13 +45,6 @@ public interface ICDIStackFrame extends ICDIObject * @throws CDIException if this method fails. Reasons include: */ ICDIArgument[] getArguments() throws CDIException; - - /** - * Returns the Registers - * @return a collection of registers - * @throws CDIException if this method fails: - */ - ICDIRegister[] getRegisters(ICDIRegisterObject[] regs) throws CDIException; /** * Returns the level of the stack frame.