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:
Josh Bleecher Snyder 2016-03-14 21:14:15 -07:00
parent f11e4eb5cc
commit 61b9315d37
7 changed files with 7 additions and 9 deletions

View file

@ -333,7 +333,6 @@ type LSym struct {
Local bool
Args int32
Locals int32
Value int64
Size int64
Next *LSym
Gotype *LSym