]> Cypherpunks repositories - gostls13.git/commit
cmd: remove a few unused parameters
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 27 Oct 2019 12:03:17 +0000 (12:03 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 28 Oct 2019 18:46:55 +0000 (18:46 +0000)
commit1c38ee5ffe223ebe1bc82404eddb111f5b5dbd8d
tree1dcaa989f6cb507005f0ffe471d3de3687d3f619
parent91f3997ec09d6502f88471f384aad2fe3ddcecb9
cmd: remove a few unused parameters

They all seem pretty low-risk, and the overall diff is small.

While at it, remove one in go/build too.

Change-Id: I31df52c1c97d843b06f6c1dc63462d390db4470d
Reviewed-on: https://go-review.googlesource.com/c/go/+/203607
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/envcmd/env.go
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/sumdb/server.go
src/cmd/go/internal/work/buildid.go
src/cmd/go/internal/work/exec.go
src/go/build/build.go