mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj: remove LSym.Etext
Use a local variable instead. Passes toolstash -cmp. Change-Id: I9623a40ff0d568f11afd1279b6aaa1c33eda644c Reviewed-on: https://go-review.googlesource.com/20730 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
dd2ba0c7a7
commit
31a9e50524
3 changed files with 6 additions and 7 deletions
|
|
@ -337,7 +337,6 @@ type LSym struct {
|
|||
Gotype *LSym
|
||||
Autom *Auto
|
||||
Text *Prog
|
||||
Etext *Prog
|
||||
Pcln *Pcln
|
||||
P []byte
|
||||
R []Reloc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue