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:
Rob Pike 2015-03-02 13:55:13 -08:00
parent 956bb68706
commit 40ff393e4c
5 changed files with 0 additions and 7 deletions

View file

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