mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
986768de7f
commit
9f26b9b93e
7 changed files with 17 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue