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>
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
}