From c6824920c548674517058c262d84b8ba7b252dec Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Fri, 19 Jul 2002 20:37:27 +0000 Subject: [PATCH] Removed getProcess method. --- .../org/eclipse/cdt/debug/core/cdi/model/ICTarget.java | 8 -------- 1 file changed, 8 deletions(-) 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