mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Remove useless TODO
This commit is contained in:
parent
d94e967724
commit
e2773cd720
1 changed files with 1 additions and 4 deletions
|
@ -594,10 +594,7 @@ public class CModelManager implements IResourceChangeListener, ICDescriptorListe
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* TODO: this is a temporary hack until, the CDescriptor manager is
|
|
||||||
* in place and could fire deltas of Parser change.
|
|
||||||
*/
|
|
||||||
public void resetBinaryParser(IProject project) {
|
public void resetBinaryParser(IProject project) {
|
||||||
if (project != null) {
|
if (project != null) {
|
||||||
ICProject cproject = create(project);
|
ICProject cproject = create(project);
|
||||||
|
|
Loading…
Add table
Reference in a new issue