]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: remove Link.Debugdivmod
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 12 Apr 2017 13:06:51 +0000 (06:06 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 12 Apr 2017 14:38:15 +0000 (14:38 +0000)
commit30ddffadd5475e76aeaccdf1e243658c20350422
treef952cca75f84b384e57ca9e02facd1bb94f2ecb9
parenteacfa592201208ad80003c2e32702c968070149c
cmd/internal/obj: remove Link.Debugdivmod

It is only used once and never written to.
Switch to a local constant instead.

Change-Id: Icdd84e47b81f0de44ad9ed56ab5f4f91df22e6b6
Reviewed-on: https://go-review.googlesource.com/40405
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/link.go