Skip to content

Commit 445c685

Browse files
committed
cmd/compile: remove unused (dead) fields
Change-Id: I4816a788e7b89b76dc70d05f4b176e99684d0680 Reviewed-on: https://go-review.googlesource.com/18830 Run-TryBot: Robert Griesemer <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 0760023 commit 445c685

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • src/cmd/compile/internal/gc

src/cmd/compile/internal/gc/lex.go

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -932,13 +932,9 @@ func isfrog(c int) bool {
932932
}
933933

934934
type yySymType struct {
935-
yys int
936-
node *Node
937-
list *NodeList
938-
typ *Type
939-
sym *Sym
940-
val Val
941-
op Op
935+
sym *Sym
936+
val Val
937+
op Op
942938
}
943939

944940
const (

0 commit comments

Comments
 (0)