1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:57:57 -07:00

godoc: remove TODO (bug257.go can now be indexed)

Pending CL 3752044.

R=r, r2
CC=golang-dev
https://golang.org/cl/3949042
This commit is contained in:
Robert Griesemer 2011-01-11 21:24:44 -08:00
parent 8c6f997379
commit 7b4a4d3788

View File

@ -666,12 +666,6 @@ func (x *Indexer) addFile(filename string) *ast.File {
func (x *Indexer) visitFile(dirname string, f *os.FileInfo) {
// for now, exclude bug257.go as it causes problems with suffixarray
// TODO fix index/suffixarray
if f.Name == "bug257.go" {
return
}
if !isGoFile(f) {
return
}