]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet/all: remove cmd/compile/internal/big special case
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 25 Oct 2016 12:56:03 +0000 (05:56 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Oct 2016 14:59:27 +0000 (14:59 +0000)
It no longer exists as of CL 31010.

Change-Id: Idd61f392544cad8b3f3f8d984dc5c953b473e2e5
Reviewed-on: https://go-review.googlesource.com/31934
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/vet/all/main.go

index a4c43763f3970693d20fa2b7dcc36343f566310a..e0926e1114cd3c37f579cb8bf2229906a2dc48db 100644 (file)
@@ -177,9 +177,6 @@ var ignorePathPrefixes = [...]string{
        "cmd/go/testdata/",
        "cmd/vet/testdata/",
        "go/printer/testdata/",
-       // cmd/compile/internal/big is a vendored copy of math/big.
-       // Ignore it so that we only have to deal with math/big issues once.
-       "cmd/compile/internal/big/",
 }
 
 func vetPlatforms(pp []platform) {