mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
remove getCorrespondingResource()
This commit is contained in:
parent
954178f769
commit
386780aa19
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@ public abstract class CResource extends Parent implements ICResource {
|
|||
return resource;
|
||||
}
|
||||
|
||||
public IResource getCorrespondingResource() throws CModelException {
|
||||
return resource;
|
||||
}
|
||||
|
||||
public IResource getResource() throws CModelException {
|
||||
return resource;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue