aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2017-03-02 18:46:00 +0000
committerJosh Bleecher Snyder <josharian@gmail.com>2017-03-02 19:10:21 +0000
commit2f5aea7c1305158a6d87ea356f0ed2a8186bc73d (patch)
treea495498f802873ce9935d6feac8043cfbe1d1001 /src
parent85bae0a9df6ea04256c7787d14ae789fa697618a (diff)
downloadgo-2f5aea7c1305158a6d87ea356f0ed2a8186bc73d.tar.xz
Revert "Revert "cmd/vet/all: remove pprof from the whitelist""
This reverts commit 9bd1cc3fa1145182e9ce041d0e96bd2051cd7fcf. Reason for revert: New fixes in from upstream. Try this again. Change-Id: Iea46f32857e8467f8d5a49b31e20a52fda8bce60 Reviewed-on: https://go-review.googlesource.com/37693 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/vet/all/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/vet/all/main.go b/src/cmd/vet/all/main.go
index 9d6bf9ed48..03337a4e8b 100644
--- a/src/cmd/vet/all/main.go
+++ b/src/cmd/vet/all/main.go
@@ -182,9 +182,6 @@ var ignorePathPrefixes = [...]string{
"cmd/go/testdata/",
"cmd/vet/testdata/",
"go/printer/testdata/",
- // 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) {