]> Cypherpunks repositories - gostls13.git/commit
runtime: delete unused function dumpbvtypes
authorMarvin Stenger <marvin.stenger94@gmail.com>
Thu, 21 Sep 2017 15:11:39 +0000 (17:11 +0200)
committerKeith Randall <khr@golang.org>
Thu, 28 Sep 2017 15:40:53 +0000 (15:40 +0000)
commit9ec5f5b35fd19f42d066ce2bb2558ae89df40480
tree2c9b81077efaa2d19ecd7bab001daba0a0085ffe
parentd0006e78681351aae94f9d757232203f43d8b7ee
runtime: delete unused function dumpbvtypes

The function dumpbvtypes has no use case anymore, so we remove it with
this change.

Change-Id: I1e0323542be2bcc683b75dffde76b222e087c285
Reviewed-on: https://go-review.googlesource.com/66370
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/heapdump.go