From 183b8b18fd9b3c1b8b5221cdfc2193e55758276f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 17 May 2019 02:05:50 +0300 Subject: [PATCH] build: get rid of some superfluous comments --- build/ci.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/ci.go b/build/ci.go index 3fe08b7324..50433c892b 100644 --- a/build/ci.go +++ b/build/ci.go @@ -993,8 +993,6 @@ func doXgo(cmdline []string) { if *alltools { args = append(args, []string{"--dest", GOBIN}...) - - // Packages to be cross-compiled by the xgo command for _, res := range allToolsArchiveFiles { if strings.HasPrefix(res, GOBIN) { // Binary tool found, cross build it explicitly