From 3c63ff5d56b205e382bd4856f4b6465266352bc3 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 24 Sep 2002 19:07:37 +0000 Subject: [PATCH] Remove addLibraryPath and getLibraryPaths() method it was consider to be to gdb specific. --- .../cdt/debug/core/cdi/ICDISourceManager.java | 12 ------------ 1 file changed, 12 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 ff0f7adcfec..4e7f3806b9a 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 @@ -27,18 +27,6 @@ public interface ICDISourceManager extends ICDISessionObject */ String[] getSourcePaths() throws CDIException; - /** - * Set the shared library search paths for the debu session. - * @param String - */ - void addLibraryPaths(String[] libPaths) throws CDIException; - - /** - * Return the array of shared libraries search paths - * @return String array of search paths. - */ - String[] getLibraryPaths() throws CDIException; - /** * Returns an array of directories. Returns the empty array * if the source path is empty.