From 12b6c18139233abd7b1af1fc0a07279d56df3642 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 1 Mar 2017 00:26:16 +0000 Subject: [PATCH] cmd/vet/all: remove pprof from the whitelist Updates #19322 Change-Id: I610f40d874f499e52db3356a3da54538dac55242 Reviewed-on: https://go-review.googlesource.com/37618 Run-TryBot: Brad Fitzpatrick Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot Reviewed-by: Josh Bleecher Snyder --- src/cmd/vet/all/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cmd/vet/all/main.go b/src/cmd/vet/all/main.go index 70111116597..87e5c51dfdf 100644 --- a/src/cmd/vet/all/main.go +++ b/src/cmd/vet/all/main.go @@ -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) {