diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICTarget.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICTarget.java index f2add9d32d8..17d09ffbd9b 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICTarget.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICTarget.java @@ -52,14 +52,6 @@ public interface ICTarget extends ICObject */ InputStream getErrorStream(); - /** - * Returns the system process associated with this target. - * - * @return the system process associated with this target - * @throws CDIException if this method fails. Reasons include: - */ - Process getProcess() throws CDIException; - /** * Returns the shared libraries loaded in this target. * An empty collection is returned if no shared libraries