1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Warning cleanup.

This commit is contained in:
Mikhail Khodjaiants 2004-11-04 16:29:38 +00:00
parent 1896936755
commit 19d8434a8e

View file

@ -143,10 +143,6 @@ public class CSharedLibraryManager extends CUpdateManager implements ICSharedLib
protected ICDIManager getCDIManager()
{
// if ( getDebugTarget() != null )
// {
// return getDebugTarget().getCDISession().getSharedLibraryManager();
// }
return null;
}
@ -155,7 +151,6 @@ public class CSharedLibraryManager extends CUpdateManager implements ICSharedLib
*/
public void loadSymbols( ICSharedLibrary[] libraries ) throws DebugException
{
ICDITarget target = getDebugTarget().getCDITarget();
for (int i = 0; i < libraries.length; ++i)
{
try