]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove some redundant types in decls
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 16 Sep 2017 21:11:43 +0000 (22:11 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 17 Sep 2017 09:51:38 +0000 (09:51 +0000)
commit71c9454f99791d1347996b61797d9d497a0b2942
tree329ab23e53a716c61d78cc0320074109e1fa5893
parentde25b12d9f1aeea5fda59d98fb1084aeda2967a1
cmd/compile: remove some redundant types in decls

As per golint's suggestions.

Change-Id: Ie0c6ad9aa5dc69966a279562a341c7b095c47ede
Reviewed-on: https://go-review.googlesource.com/64192
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/typecheck.go
src/cmd/compile/internal/gc/walk.go
src/cmd/compile/internal/ssa/likelyadjust.go
src/cmd/compile/internal/ssa/redblack32.go
src/cmd/compile/internal/types/type.go