]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify a few early var declarations
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 11 Sep 2017 19:23:44 +0000 (21:23 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 11 Sep 2017 21:16:39 +0000 (21:16 +0000)
commit27a70ea560bc21559aa180dd3ea5298d0732b5b9
treece334c7a35a28c7ca43c86535a2468e92ba10a23
parentfa3fe2e3c6b90c66d60fadce59169f7a6360f001
cmd/compile: simplify a few early var declarations

These were likely written in C or added by an automated tool. Either
way, they're unnecessary now. Clean up the code.

Change-Id: I56de2c7bb60ebab8c500803a8b6586bdf4bf75c7
Reviewed-on: https://go-review.googlesource.com/62951
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/walk.go