aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2011-01-11 21:24:44 -0800
committerRobert Griesemer <gri@golang.org>2011-01-11 21:24:44 -0800
commit7b4a4d3788df6cb55bd35ecf5180ba40a422e313 (patch)
tree4727cfade8289fb834e222414e17d5fabb003e1d
parent8c6f997379ae528c4a7faff5d782a88c3ee59f1e (diff)
downloadgo-7b4a4d3788df6cb55bd35ecf5180ba40a422e313.tar.gz
go-7b4a4d3788df6cb55bd35ecf5180ba40a422e313.zip
godoc: remove TODO (bug257.go can now be indexed)
Pending CL 3752044. R=r, r2 CC=golang-dev https://golang.org/cl/3949042
-rw-r--r--src/cmd/godoc/index.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/godoc/index.go b/src/cmd/godoc/index.go
index 63b99f1934..ba6fe9acde 100644
--- a/src/cmd/godoc/index.go
+++ b/src/cmd/godoc/index.go
@@ -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
}