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. *