mirror of
https://github.com/golang/go
synced 2024-11-17 18:14:46 -07:00
cmd/compile: remove unused global variable loophack
Old parser remains. Change-Id: I05ef1737802e23afc2c2129f58cb66feef8e3425 Reviewed-on: https://go-review.googlesource.com/17244 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
parent
8ae423ef84
commit
06f4cbd3d7
@ -599,8 +599,6 @@ var incannedimport int
|
||||
|
||||
var statuniqgen int // name generator for static temps
|
||||
|
||||
var loophack bool
|
||||
|
||||
var iota_ int32
|
||||
|
||||
var lastconst *NodeList
|
||||
|
Loading…
Reference in New Issue
Block a user