mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj: delete Rconv from LinkArch
It is unused and should have been deleted when Rconv was made a global function. Change-Id: Id745dcee6f0769604cabde04887c6d0c94855405 Reviewed-on: https://go-review.googlesource.com/6521 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
956bb68706
commit
40ff393e4c
5 changed files with 0 additions and 7 deletions
|
|
@ -242,7 +242,6 @@ type Plist struct {
|
|||
|
||||
type LinkArch struct {
|
||||
Pconv func(*Prog) string
|
||||
Rconv func(int) string
|
||||
ByteOrder binary.ByteOrder
|
||||
Name string
|
||||
Thechar int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue