From f8f136a9c86b33450c25978eb0752a9882b9b07e Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 22 Oct 2004 19:31:07 +0000 Subject: [PATCH] remove evaluateExpressionToString() --- .../eclipse/cdt/debug/core/cdi/model/ICDITarget.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java b/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java index fd7aa8754f3..8625ab41c7c 100644 --- a/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java +++ b/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java @@ -35,18 +35,6 @@ public interface ICDITarget extends ICDIThreadGroup, ICDISessionObject { */ Process getProcess(); - /** - * Evaluates the expression specified by the given string. - * Returns the evaluation result as a String. - * - * @deprecated - * @param - expression string to be evaluated - * @return the result of the evaluation - * @throws CDIException if this method fails. Reasons include: - */ - String evaluateExpressionToString(String expressionText) - throws CDIException; - /** * Evaluates the expression specified by the given string. * Returns the evaluation result as a String.