]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/internal/goobj2: remove old-style accessors
authorCherry Zhang <cherryyz@google.com>
Wed, 1 Apr 2020 15:17:11 +0000 (11:17 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 1 Apr 2020 18:30:15 +0000 (18:30 +0000)
commitcc3039f818a372274180834385718d2dfccb1a26
treed9df35730eeeec0fb2878acdec309b4186975a96
parent2602b346599c1febe3ddc3fef526175833d59951
[dev.link] cmd/internal/goobj2: remove old-style accessors

Now that we switched to new style accessors everywhere, remove
the old ones.

Keep goobj2.Sym, Reloc, and Aux for now, as they are still used
on the writer side.

Change-Id: I6f3f0d812ff591ea6f12cd0155232f160d53d453
Reviewed-on: https://go-review.googlesource.com/c/go/+/226802
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/goobj2/objfile.go