From 37e437dfe7c5f1d8277fd0fab106173671826768 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 8 Aug 2002 19:17:01 +0000 Subject: [PATCH] Removed the 'getBreakpoint' method. --- .../cdt/debug/core/cdi/ICBreakpointManager.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICBreakpointManager.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICBreakpointManager.java index 741e9f39981..89e24415826 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICBreakpointManager.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICBreakpointManager.java @@ -23,16 +23,6 @@ public interface ICBreakpointManager extends ICSessionObject */ ICBreakpoint[] getBreakpoints() throws CDIException; - /** - * Returns the breakpoint associated with the given identifier or - * null if no such breakpoint exists. - * - * @param breakpointId - the breakpoint identifier - * @return the breakpoint associated with the given identifier - * @throws CDIException on failure. Reasons include: - */ - ICBreakpoint getBreakpoint( String breakpointId ) throws CDIException; - /** * Deletes the given breakpoint. *