Commit 7b4a4d37 authored by Robert Griesemer's avatar Robert Griesemer

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

Pending CL 3752044.

R=r, r2
CC=golang-dev
https://golang.org/cl/3949042
parent 8c6f9973
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment