aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi Ukai <fumitoshi.ukai@gmail.com>2015-06-18 11:06:52 +0900
committerFumitoshi Ukai <fumitoshi.ukai@gmail.com>2015-06-18 11:06:52 +0900
commita3caa8166baeb348f817eb1b4fa2e81672b3d77f (patch)
treea33071b12a2f418e744953caa8f2b8e728f19c4c
parent040271f26c728d83912edeac1f36fb9c3b7420a9 (diff)
downloadandroid_build_kati-a3caa8166baeb348f817eb1b4fa2e81672b3d77f.tar.gz
android_build_kati-a3caa8166baeb348f817eb1b4fa2e81672b3d77f.tar.bz2
android_build_kati-a3caa8166baeb348f817eb1b4fa2e81672b3d77f.zip
remove TODO comment for findleaves
-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)