From: Yasuhiro Matsumoto Date: Sat, 5 Nov 2022 14:49:36 +0000 (+0900) Subject: cmd/vet: remove unused const X-Git-Tag: go1.20rc1~406 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a9767ea59d8b321bafc5e899889ff1d047a2b217;p=gostls13.git cmd/vet: remove unused const Change-Id: I1f713bbb35917ab50b0cde24a81340aa16c2ed03 Reviewed-on: https://go-review.googlesource.com/c/go/+/448195 Auto-Submit: Ian Lance Taylor Reviewed-by: Benny Siegert Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot --- diff --git a/src/cmd/vet/vet_test.go b/src/cmd/vet/vet_test.go index 1b74fa3fd5..28c39b02d4 100644 --- a/src/cmd/vet/vet_test.go +++ b/src/cmd/vet/vet_test.go @@ -21,8 +21,6 @@ import ( "testing" ) -const dataDir = "testdata" - var binary string // We implement TestMain so remove the test binary when all is done.