]> Cypherpunks repositories - gostls13.git/commit
cmd/vendor/.../pprof: delete pprof.go file
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>
Tue, 15 May 2018 17:32:02 +0000 (13:32 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Thu, 17 May 2018 10:11:31 +0000 (10:11 +0000)
commit750a42f42ce6b69632998a9026e076dc3f851cce
tree93eac255401a0e324c5ce957d9f4db7dd41804cc
parentc3d10e64b91652bf2a65411b2cac9ed7797fb53f
cmd/vendor/.../pprof: delete pprof.go file

The file is not used ('go tool' uses cmd/pprof/pprof.go instead)
and the external package import in this file causes test failure.

Fixes #25367

Change-Id: I71fbf8a3631efb1bd9e459b8247e5f7a6683894c
Reviewed-on: https://go-review.googlesource.com/113295
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/vendor/github.com/google/pprof/pprof.go [deleted file]