mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
[dev.typeparams] go/types: remove a stale comment (cleanup)
Remove a stale comment from when the new types.Info API was guarded behind the typeparams build constraint. Change-Id: I319ad0a9e4e4958efdb96c967bf13a0119b5647b Reviewed-on: https://go-review.googlesource.com/c/go/+/340010 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
0ec2a8b42d
commit
1b708c0260
1 changed files with 0 additions and 2 deletions
|
@ -258,8 +258,6 @@ type Info struct {
|
||||||
InitOrder []*Initializer
|
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.
|
// TypeOf returns the type of expression e, or nil if not found.
|
||||||
// Precondition: the Types, Uses and Defs maps are populated.
|
// Precondition: the Types, Uses and Defs maps are populated.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue