1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[225820] Removed the unused Section interface.

This commit is contained in:
Pawel Piech 2008-04-05 19:40:00 +00:00
parent 06b2e66cb0
commit 4d9b833a78

View file

@ -10,8 +10,6 @@
*******************************************************************************/
package org.eclipse.dd.dsf.debug.service;
import java.math.BigInteger;
import org.eclipse.cdt.core.IAddress;
import org.eclipse.dd.dsf.concurrent.DataRequestMonitor;
import org.eclipse.dd.dsf.datamodel.IDMContext;
@ -66,13 +64,6 @@ public interface IModules extends IDsfService {
long getSize();
}
/** i information */
public interface Section {
String getName();
IAddress getStartAddress();
BigInteger getCount();
}
/** Line information about a particular address */
public interface LineInfo {
IAddress getAddress();