mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +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;
|
return resource;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IResource getCorrespondingResource() throws CModelException {
|
|
||||||
return resource;
|
|
||||||
}
|
|
||||||
|
|
||||||
public IResource getResource() throws CModelException {
|
public IResource getResource() throws CModelException {
|
||||||
return resource;
|
return resource;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue