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:
parent
6eff3a3a90
commit
026a3fe1d5
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue