]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: delete CompilationUnit.Pkg field
authorCherry Zhang <cherryyz@google.com>
Fri, 2 Apr 2021 00:08:32 +0000 (20:08 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 2 Apr 2021 14:40:43 +0000 (14:40 +0000)
commit3651eff74efcd80519372d58eb06a0fe3f3f2808
treebe5e2f3b6074bf3dc369c01c77c7ad9f0249db8d
parentb1650858366c2a1eaa53d32fe90022941aa556f2
cmd/link: delete CompilationUnit.Pkg field

It is never used. It is actually CompilationUnit.Lib.Pkg that
contains the package path.

Change-Id: I18189644ea080080868d144e81dfee02f4549133
Reviewed-on: https://go-review.googlesource.com/c/go/+/306710
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/sym/compilation_unit.go