diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java index e4c15ec3829..776242ffe04 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java @@ -33,16 +33,6 @@ public interface ICDITarget extends ICDIObject { */ Process getProcess(); - /** - * Returns the shared libraries loaded in this target. - * An empty collection is returned if no shared libraries - * are loaded in this target. - * - * @return a collection of shared libraries - * @throws CDIException if this method fails. Reasons include: - */ - ICDISharedLibrary[] getSharedLibraries() throws CDIException; - /** * Returns the threads contained in this target. * An empty collection is returned if this target contains no