1
0
Fork 0
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:
Alain Magloire 2005-07-05 19:20:35 +00:00
parent d94e967724
commit e2773cd720

View file

@ -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);