1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

fix the disappearing binary container

This commit is contained in:
David Inglis 2004-08-26 19:09:02 +00:00
parent 6eff3a3a90
commit 026a3fe1d5

View file

@ -540,12 +540,6 @@ public class DeltaProcessor {
IProject project = (IProject)resource;
if (element != null) {
if (project.isOpen()) {
if ( CoreModel.hasCNature(project) ) {
// project opening... lets add the runner to the
// map but no need to start it since the deltas
// will populate containers
CModelManager.getDefault().getBinaryRunner((ICProject)element, false);
}
elementOpened(element, delta);
updateIndexAddResource(element, delta);
return false;