Skip to content

Commit

Permalink
Remove stale comment.
Browse files Browse the repository at this point in the history
RELNOTES:

--
MOS_MIGRATED_REVID=99589366
  • Loading branch information
haxorz authored and damienmg committed Aug 4, 2015
1 parent c0770d9 commit ffa1031
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ public void handleDiffs() throws InterruptedException {
*/
private void handleDiffsWithCompleteDiffInformation(
Map<Path, DiffAwarenessManager.ProcessableModifiedFileSet> modifiedFilesByPathEntry) {
// It's important that the below code be uninterruptible, since we already promised to
// invalidate these files.
for (Path pathEntry : ImmutableSet.copyOf(modifiedFilesByPathEntry.keySet())) {
DiffAwarenessManager.ProcessableModifiedFileSet processableModifiedFileSet =
modifiedFilesByPathEntry.get(pathEntry);
Expand Down

0 comments on commit ffa1031

Please sign in to comment.