]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet: remove unused const
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Sat, 5 Nov 2022 14:49:36 +0000 (23:49 +0900)
committerGopher Robot <gobot@golang.org>
Mon, 7 Nov 2022 10:42:25 +0000 (10:42 +0000)
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>

src/cmd/vet/vet_test.go

index 1b74fa3fd5677467084387c581b7b36112ec298f..28c39b02d40173027d5f2e9bee2a191bbfbcd13b 100644 (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.