mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[189265] don't mark parent file stale
This commit is contained in:
parent
8d73899989
commit
32b9d89efe
1 changed files with 1 additions and 7 deletions
|
@ -909,13 +909,7 @@ public abstract class RemoteFile implements IRemoteFile, IAdaptable, Comparable
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
IRemoteFile parent = getParentRemoteFile();
|
||||
if (parent != null)
|
||||
{
|
||||
parent.markStale(isStale, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue