1
0
mirror of https://github.com/golang/go synced 2024-09-30 00:14:36 -06: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:
Robert Griesemer 2015-11-25 17:17:41 -08:00
parent 8ae423ef84
commit 06f4cbd3d7

View File

@ -599,8 +599,6 @@ var incannedimport int
var statuniqgen int // name generator for static temps
var loophack bool
var iota_ int32
var lastconst *NodeList