Commit 2b7cfc51 authored by Robert Griesemer's avatar Robert Griesemer

go/types: update internal (now incorrect) comment on deps field

The file ordering.go referred to in the comment was removed
with commit dd448957. There's no duplicate use of the deps
field anymore.

Change-Id: Ia6490e9f0839d4f755e8063758819e29b3d3b248
Reviewed-on: https://go-review.googlesource.com/106459Reviewed-by: default avatarMatthew Dempsky <mdempsky@google.com>
parent 95b4498a
......@@ -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
}
......
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