]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/load: remove redundant assignment to BinDir
authorBryan C. Mills <bcmills@google.com>
Thu, 8 Nov 2018 14:46:24 +0000 (09:46 -0500)
committerBryan C. Mills <bcmills@google.com>
Thu, 29 Nov 2018 18:58:21 +0000 (18:58 +0000)
commitaab0b704d88b7dad10c767ad941619d59887203c
tree65d06f8c1315658529082a74768e05c7727fa9f8
parent365a1877560e938b683dde76df0b8b71800f8cff
cmd/go/internal/load: remove redundant assignment to BinDir

This assignment became a no-op in CL 36196, where both it and the
preceding assignment were changed to cfg.GOROOTbin (from gorootBin and
gobin respectively).

Change-Id: If74969c4cc3ffc5d8394ff9d8e8bcec9e0a4e3b0
Reviewed-on: https://go-review.googlesource.com/c/151561
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/internal/load/pkg.go