mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/gc: remove unused fields
Change-Id: I3096a7497955bc475739739ee23be387e9162867 Reviewed-on: https://go-review.googlesource.com/7210 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
23fd374bf2
commit
d6dfb0295b
2 changed files with 0 additions and 3 deletions
|
|
@ -27,7 +27,6 @@ type Node struct {
|
|||
Nointerface bool
|
||||
Ullman uint8 // sethi/ullman number
|
||||
Addable uint8 // type of addressability - 0 is not addressable
|
||||
Trecur uint8 // to detect loops
|
||||
Etype uint8 // op for OASOP, etype for OTYPE, exclam for export
|
||||
Bounded bool // bounds check unnecessary
|
||||
Class uint8 // PPARAM, PAUTO, PEXTERN, etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue