]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove dead code for META_BUILDLET_HOST_TYPE
authorBryan C. Mills <bcmills@google.com>
Fri, 27 Jan 2023 21:03:27 +0000 (16:03 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 27 Jan 2023 21:59:45 +0000 (21:59 +0000)
commitb15297fcd2921d26b11aedf915164b3b9b40b9aa
tree022ba6f76ddad6306b02d25bb2236be000336186
parent15405317460b57ff9ef605d0ca63795477c79b05
cmd/dist: remove dead code for META_BUILDLET_HOST_TYPE

This environment variable appears to never be used; according to
https://cs.opensource.google/search?q=META_BUILDLET_HOST_TYPE&ss=go&ssfr=1
this is the only reference to it in the whole Go project.

Change-Id: I6426a1d9e16441358c0e88daf4358112e659b2a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/463741
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/build.go