mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +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;
|
||||
}
|
||||
/**
|
||||
* 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) {
|
||||
if (project != null) {
|
||||
ICProject cproject = create(project);
|
||||
|
|
Loading…
Add table
Reference in a new issue