]> Cypherpunks repositories - gostls13.git/commitdiff
objdump: remove out-of-date comment
authorMatthew Dempsky <mdempsky@google.com>
Tue, 15 Jul 2014 13:03:36 +0000 (06:03 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Jul 2014 13:03:36 +0000 (06:03 -0700)
LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/112320043

src/cmd/objdump/main.go

index ade54366e51e994aabb44e81299176eeae0108a0..137776f47a3dd59458711ae05d2d56dcb4fefcaa 100644 (file)
@@ -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 (