]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove unused variables
authorManlio Perillo <manlio.perillo@gmail.com>
Fri, 21 May 2021 20:21:09 +0000 (22:21 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 19 Aug 2021 20:50:13 +0000 (20:50 +0000)
commit65074a40867d9c42a6b89f96b9eeef5a39234846
tree437af45610ced6a0cdf006521dc20c1355299480
parent0e598e7da42aea47b6b9d52c4292f202368d2f19
cmd/dist: remove unused variables

Remove the unused defaultcflags and defaultldflags variables.

Reported by staticcheck.

Change-Id: Icc42f2e670496dbe2ffb26abe25128d8e53e2a6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/321931
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/cmd/dist/build.go