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.