From ffd67cbab2704f28afee08957a8a94f829ed1451 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 30 Aug 2002 04:53:27 +0000 Subject: [PATCH] createLocation() is in breakpointManager. --- .../org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java index e4e2baa19d7..30cc08d628a 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDISourceManager.java @@ -38,9 +38,5 @@ public interface ICDISourceManager extends ICDISessionObject * @throws CDIException on failure. Reasons include: */ void reset() throws CDIException; - - /** - * Returns a ICDILocation - */ - ICDILocation createLocation(String file, String function, int line); + }