aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pathutil.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathutil.go b/pathutil.go
index ced1fef..e07346b 100644
--- a/pathutil.go
+++ b/pathutil.go
@@ -195,7 +195,6 @@ func (c *androidFindCacheT) start(prunes, leafNames []string) {
dirs[dir] = true
}
}
- // TODO(ukai): remove directory that doesn't have leaf names in subdirs.
sort.Sort(fileInfoByLeaf(leaves))
c.leavesch <- leaves
traceEvent.end(leavesTe)