From: Matthew Dempsky Date: Tue, 15 Jul 2014 13:03:36 +0000 (-0700) Subject: objdump: remove out-of-date comment X-Git-Tag: go1.4beta1~1093 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=348a20548d8676fef64a304bea2e5675e5f4af2d;p=gostls13.git objdump: remove out-of-date comment LGTM=iant R=rsc, iant CC=golang-codereviews https://golang.org/cl/112320043 --- diff --git a/src/cmd/objdump/main.go b/src/cmd/objdump/main.go index ade54366e5..137776f47a 100644 --- a/src/cmd/objdump/main.go +++ b/src/cmd/objdump/main.go @@ -29,9 +29,6 @@ // Each stanza gives the disassembly for a contiguous range of addresses // all mapped to the same original source file and line number. // This mode is intended for use by pprof. -// -// The ARM disassembler is missing (golang.org/issue/7452) but will be added -// before the Go 1.3 release. package main import (