Commit 3be7f28e authored by Russ Cox's avatar Russ Cox

cmd/compile: remove Node.Nname, now unused

$ sizeof -p cmd/compile/internal/gc Node
Node 160
$

Change-Id: Ib0bd4230c8547f36972b2a9d81ba3eca81496e39
Reviewed-on: https://go-review.googlesource.com/10537Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Reviewed-by: default avatarJosh Bleecher Snyder <josharian@gmail.com>
parent 6d9df14f
...@@ -21,9 +21,8 @@ type Node struct { ...@@ -21,9 +21,8 @@ type Node struct {
Rlist *NodeList Rlist *NodeList
// most nodes // most nodes
Type *Type Type *Type
Orig *Node // original form, for printing, and tracking copies of ONAMEs Orig *Node // original form, for printing, and tracking copies of ONAMEs
Nname *Node
// func // func
Func *Func Func *Func
......
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