mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
createLocation() is in breakpointManager.
This commit is contained in:
parent
01b423f57a
commit
ffd67cbab2
1 changed files with 1 additions and 5 deletions
|
@ -39,8 +39,4 @@ public interface ICDISourceManager extends ICDISessionObject
|
|||
*/
|
||||
void reset() throws CDIException;
|
||||
|
||||
/**
|
||||
* Returns a ICDILocation
|
||||
*/
|
||||
ICDILocation createLocation(String file, String function, int line);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue