mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Cleanup.
This commit is contained in:
parent
adac5a0ece
commit
02caa120d3
1 changed files with 1 additions and 14 deletions
|
@ -753,13 +753,6 @@ public class CDebugTarget extends CDebugElement
|
|||
handleRestartedEvent( (ICDIRestartedEvent)event );
|
||||
}
|
||||
}
|
||||
//else if ( event instanceof ICDISteppingEvent )
|
||||
//{
|
||||
// if ( source instanceof ICDITarget )
|
||||
// {
|
||||
// handleSteppingEvent( (ICDISteppingEvent)event );
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1136,13 +1129,7 @@ public class CDebugTarget extends CDebugElement
|
|||
private void handleRestartedEvent( ICDIRestartedEvent event )
|
||||
{
|
||||
}
|
||||
/*
|
||||
private void handleSteppingEvent( ICDISteppingEvent event )
|
||||
{
|
||||
setCurrentStateId( IState.STEPPING );
|
||||
setCurrentStateInfo( null );
|
||||
}
|
||||
*/
|
||||
|
||||
private void handleThreadCreatedEvent( ICDICreatedEvent event )
|
||||
{
|
||||
ICDIThread cdiThread = (ICDIThread)event.getSource();
|
||||
|
|
Loading…
Add table
Reference in a new issue