aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/go/types/api.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/go/types/api.go b/src/go/types/api.go
index 6c0ceb7b7c..315f77f362 100644
--- a/src/go/types/api.go
+++ b/src/go/types/api.go
@@ -258,8 +258,6 @@ type Info struct {
InitOrder []*Initializer
}
-// The Info struct is found in api_notypeparams.go and api_typeparams.go.
-
// TypeOf returns the type of expression e, or nil if not found.
// Precondition: the Types, Uses and Defs maps are populated.
//