]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: remove TODO (bug257.go can now be indexed)
authorRobert Griesemer <gri@golang.org>
Wed, 12 Jan 2011 05:24:44 +0000 (21:24 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 12 Jan 2011 05:24:44 +0000 (21:24 -0800)
Pending CL 3752044.

R=r, r2
CC=golang-dev
https://golang.org/cl/3949042

src/cmd/godoc/index.go

index 63b99f19346f6cd9a6d11217d4a0de8d696ffdb0..ba6fe9acdeef371a7594a31471e912d1c022cecf 100644 (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
        }