From 334cbd15647954bd1fecdaf8be039452c840062f Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 3 Oct 2002 02:32:40 +0000 Subject: [PATCH] Since registers will not change, the method getRegisters() is now on ICDITarget instead of ICDISTackFrame. --- .../eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java | 7 ------- 1 file changed, 7 deletions(-) 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.