1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:34:40 -07:00

objdump: remove out-of-date comment

LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/112320043
This commit is contained in:
Matthew Dempsky 2014-07-15 06:03:36 -07:00 committed by Ian Lance Taylor
parent 387c1c661f
commit 348a20548d

View 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 (