mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove getSharedLibraries
This commit is contained in:
parent
802bd93c70
commit
a4a6fa99d5
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue