mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj: remove Addr.Etype and Addr.Width
Since the legacy backends were removed, these fields are write-only. Change-Id: I4816c39267b7c10a4da2a6d22cd367dc475e564d Reviewed-on: https://go-review.googlesource.com/29246 Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com> Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
parent
073d248bf5
commit
1bd91d4ccc
4 changed files with 2 additions and 44 deletions
|
|
@ -158,9 +158,7 @@ type Addr struct {
|
|||
Type AddrType
|
||||
Name int8
|
||||
Class int8
|
||||
Etype uint8
|
||||
Offset int64
|
||||
Width int64
|
||||
Sym *LSym
|
||||
Gotype *LSym
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue