1
0
Fork 0
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:
David McKnight 2007-05-30 19:23:17 +00:00
parent 8d73899989
commit 32b9d89efe

View file

@ -909,13 +909,7 @@ public abstract class RemoteFile implements IRemoteFile, IAdaptable, Comparable
}
}
}
}
IRemoteFile parent = getParentRemoteFile();
if (parent != null)
{
parent.markStale(isStale, false);
}
}
}
}