Commit 445c6855 authored by Robert Griesemer's avatar Robert Griesemer

cmd/compile: remove unused (dead) fields

Change-Id: I4816a788e7b89b76dc70d05f4b176e99684d0680
Reviewed-on: https://go-review.googlesource.com/18830
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 07600239
......@@ -932,13 +932,9 @@ func isfrog(c int) bool {
}
type yySymType struct {
yys int
node *Node
list *NodeList
typ *Type
sym *Sym
val Val
op Op
sym *Sym
val Val
op Op
}
const (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment