diff --git a/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIExpression.java b/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIExpression.java index 138172fb4e2..f7cc765f8e8 100644 --- a/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIExpression.java +++ b/debug/org.eclipse.cdt.debug.core/cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIExpression.java @@ -47,12 +47,4 @@ public interface ICDIExpression extends ICDIObject { */ ICDIValue getValue(ICDIStackFrame context) throws CDIException; - /** - * Return the type of this expression - * - * @param context frame context - * @return - * @throws CDIException - */ - ICDIType getType(ICDIStackFrame context) throws CDIException; }