build: get rid of some superfluous comments

This commit is contained in:
Péter Szilágyi 2019-05-17 02:05:50 +03:00 committed by GitHub
parent ad49e01f25
commit 183b8b18fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -993,8 +993,6 @@ func doXgo(cmdline []string) {
if *alltools { if *alltools {
args = append(args, []string{"--dest", GOBIN}...) args = append(args, []string{"--dest", GOBIN}...)
// Packages to be cross-compiled by the xgo command
for _, res := range allToolsArchiveFiles { for _, res := range allToolsArchiveFiles {
if strings.HasPrefix(res, GOBIN) { if strings.HasPrefix(res, GOBIN) {
// Binary tool found, cross build it explicitly // Binary tool found, cross build it explicitly