mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/gc: remove Node.Builtin
Node.Builtin was occasionally set to 1, but never read. Change-Id: Ia8a76bccc79b0f211296d50bd419860b13077ba5 Reviewed-on: https://go-review.googlesource.com/6808 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
ddf958d468
commit
4b6337813d
2 changed files with 0 additions and 3 deletions
|
|
@ -37,7 +37,6 @@ type Node struct {
|
|||
Diag uint8 // already printed error about this
|
||||
Noescape bool // func arguments do not escape
|
||||
Nosplit bool // func should not execute on separate stack
|
||||
Builtin uint8 // built-in name, like len or close
|
||||
Nowritebarrier bool // emit compiler error instead of write barrier
|
||||
Walkdef uint8
|
||||
Typecheck uint8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue