]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet/all: remove pprof from the whitelist
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Mar 2017 00:26:16 +0000 (00:26 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Mar 2017 00:38:39 +0000 (00:38 +0000)
Updates #19322

Change-Id: I610f40d874f499e52db3356a3da54538dac55242
Reviewed-on: https://go-review.googlesource.com/37618
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/vet/all/main.go

index 70111116597f89e780bb705b07c9af68b8fbad72..87e5c51dfdf0c92adce0f8ba1ad7e626ead6f099 100644 (file)
@@ -191,9 +191,6 @@ var ignorePathPrefixes = [...]string{
        // TODO: If vet ever uses go/loader and starts working off source,
        // this problem will likely go away.
        "fmt/fmt_test.go",
-       // Ignore pprof for the moment to get the builders happy.
-       // TODO: Fix all the issues and reinstate.
-       "cmd/vendor/github.com/google/pprof",
 }
 
 func vetPlatforms(pp []platform) {