aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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) {