]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: remove two unused types
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 22 Apr 2017 17:10:09 +0000 (18:10 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 23 Apr 2017 00:18:40 +0000 (00:18 +0000)
commit2a18cc10b1a8b1e19c3cc767d86d2804a8d58893
tree35a10e6e61a109eb5c33d6d113f876e02da3fb04
parentc87520c5981ecdeaa99e7ba636a6088f900c0c75
cmd/objdump: remove two unused types

The last mention of those types in this package are in:

  commit 6bd0d0542ee15fda0da545c16af43fcfd34d6334
  Author: Russ Cox <rsc@golang.org>
  Date:   Thu Nov 6 19:56:55 2014 -0500

      cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfile

Found with honnef.co/go/tools/cmd/unused.

Change-Id: Iacc2902f7d0784ac0efdd92da239f3e97491469a
Reviewed-on: https://go-review.googlesource.com/41472
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/objdump/main.go