mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
remove createLocation()
This commit is contained in:
parent
8b31d2b48c
commit
6004ffc528
1 changed files with 0 additions and 9 deletions
|
@ -8,8 +8,6 @@ package org.eclipse.cdt.debug.mi.core.cdi;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
import org.eclipse.cdt.debug.core.cdi.CDIException;
|
import org.eclipse.cdt.debug.core.cdi.CDIException;
|
||||||
import org.eclipse.cdt.debug.core.cdi.ICDILocation;
|
|
||||||
import org.eclipse.cdt.debug.core.cdi.ICDISession;
|
|
||||||
import org.eclipse.cdt.debug.core.cdi.ICDISourceManager;
|
import org.eclipse.cdt.debug.core.cdi.ICDISourceManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -45,11 +43,4 @@ public class SourceManager extends SessionObject implements ICDISourceManager {
|
||||||
public void set(File[] directories) throws CDIException {
|
public void set(File[] directories) throws CDIException {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @see org.eclipse.cdt.debug.core.cdi.ICDISourceManager#createLocation(String, String, int)
|
|
||||||
*/
|
|
||||||
public ICDILocation createLocation(String file, String function, int line) {
|
|
||||||
return new Location(file, function, line);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue