mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj: remove LSym.Value
It is unused. Passes toolstash -cmp. Change-Id: I22ae2bb432ce6be377dea43cf018ffccb6e95f37 Reviewed-on: https://go-review.googlesource.com/20698 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
f11e4eb5cc
commit
61b9315d37
7 changed files with 7 additions and 9 deletions
|
|
@ -333,7 +333,6 @@ type LSym struct {
|
|||
Local bool
|
||||
Args int32
|
||||
Locals int32
|
||||
Value int64
|
||||
Size int64
|
||||
Next *LSym
|
||||
Gotype *LSym
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue