mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Removed unused imports and local variables.
This commit is contained in:
parent
9eeece90e7
commit
0c0673d8f4
4 changed files with 0 additions and 6 deletions
|
@ -6,8 +6,6 @@
|
|||
|
||||
package org.eclipse.cdt.debug.core.cdi;
|
||||
|
||||
import org.eclipse.cdt.debug.core.cdi.model.ICDIObject;
|
||||
|
||||
/**
|
||||
*
|
||||
* Represents an information provided by the session when the program
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
package org.eclipse.cdt.debug.core.cdi;
|
||||
|
||||
import org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock;
|
||||
import org.eclipse.cdt.debug.core.cdi.model.ICDITarget;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
package org.eclipse.cdt.debug.core.cdi.event;
|
||||
|
||||
import org.eclipse.cdt.debug.core.cdi.ICDISessionObject;
|
||||
import org.eclipse.cdt.debug.core.cdi.model.ICDIStackFrame;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
package org.eclipse.cdt.debug.core.cdi.model;
|
||||
|
||||
import org.eclipse.cdt.debug.core.cdi.CDIException;
|
||||
|
||||
/**
|
||||
*
|
||||
* A register is a special kind of variable that is contained
|
||||
|
|
Loading…
Add table
Reference in a new issue