mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
build: get rid of some superfluous comments
This commit is contained in:
parent
ad49e01f25
commit
183b8b18fd
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue