]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: eliminate unnecessary ctxt.Cursym assignment
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 22 Mar 2017 05:07:23 +0000 (22:07 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 22 Mar 2017 14:38:59 +0000 (14:38 +0000)
commit88d4ab82d5f89f1421a39d9342bbd1c1e2ff08b0
tree1943b97e991a8027562831a2b6969c393281c481
parent2c47c3e22e0d4f238a844da6904ce4e98bb4efd1
cmd/internal/obj: eliminate unnecessary ctxt.Cursym assignment

None of the following code uses it.

Passes toolstash-check -all.

Updates #15756

Change-Id: Ieeaaca8ba31e5c345c0c8a758d520b24be88e173
Reviewed-on: https://go-review.googlesource.com/38444
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/internal/obj/pass.go