cmd/compile: eliminate iota_

Change-Id: Iad9c1961aedcc754ad2f6010a49f94c5a0a4bfee
Reviewed-on: https://go-review.googlesource.com/32487
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
This commit is contained in:
Matthew Dempsky 2016-10-31 16:20:42 -07:00
parent 986768de7f
commit 9f26b9b93e
7 changed files with 17 additions and 41 deletions

View file

@ -679,7 +679,6 @@ func findpkg(name string) (file string, ok bool) {
// but does not make them visible to user code.
func loadsys() {
block = 1
iota_ = -1000000
importpkg = Runtimepkg
typecheckok = true