1
0
mirror of https://github.com/golang/go synced 2024-11-17 16:54:44 -07:00

cmd/vet: remove unused const

Change-Id: I1f713bbb35917ab50b0cde24a81340aa16c2ed03
Reviewed-on: https://go-review.googlesource.com/c/go/+/448195
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Yasuhiro Matsumoto 2022-11-05 23:49:36 +09:00 committed by Gopher Robot
parent 1c05968c9a
commit a9767ea59d

View File

@ -21,8 +21,6 @@ import (
"testing"
)
const dataDir = "testdata"
var binary string
// We implement TestMain so remove the test binary when all is done.