mirror of https://github.com/golang/go.git
go/types: update internal (now incorrect) comment on deps field
The file ordering.go referred to in the comment was removed
with commit dd44895. There's no duplicate use of the deps
field anymore.
Change-Id: Ia6490e9f0839d4f755e8063758819e29b3d3b248
Reviewed-on: https://go-review.googlesource.com/106459
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
95b4498ac0
commit
2b7cfc515b
|
|
@ -25,8 +25,6 @@ type declInfo struct {
|
|||
alias bool // type alias declaration
|
||||
|
||||
// The deps field tracks initialization expression dependencies.
|
||||
// As a special (overloaded) case, it also tracks dependencies of
|
||||
// interface types on embedded interfaces (see ordering.go).
|
||||
deps objSet // lazily initialized
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue