1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Removed unused imports and local variables.

This commit is contained in:
Mikhail Khodjaiants 2002-10-02 21:10:35 +00:00
parent 9eeece90e7
commit 0c0673d8f4
4 changed files with 0 additions and 6 deletions

View file

@ -6,8 +6,6 @@
package org.eclipse.cdt.debug.core.cdi; 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 * Represents an information provided by the session when the program

View file

@ -6,7 +6,6 @@
package org.eclipse.cdt.debug.core.cdi; package org.eclipse.cdt.debug.core.cdi;
import org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock; import org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock;
import org.eclipse.cdt.debug.core.cdi.model.ICDITarget;
/** /**
* *

View file

@ -7,7 +7,6 @@
package org.eclipse.cdt.debug.core.cdi.event; package org.eclipse.cdt.debug.core.cdi.event;
import org.eclipse.cdt.debug.core.cdi.ICDISessionObject; import org.eclipse.cdt.debug.core.cdi.ICDISessionObject;
import org.eclipse.cdt.debug.core.cdi.model.ICDIStackFrame;
/** /**
* *

View file

@ -6,8 +6,6 @@
package org.eclipse.cdt.debug.core.cdi.model; 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 * A register is a special kind of variable that is contained