]> Cypherpunks repositories - gostls13.git/commitdiff
debug/gosym: remove outdated comment
authorLE Manh Cuong <cuong.manhle.vn@gmail.com>
Wed, 9 Jan 2019 02:27:54 +0000 (09:27 +0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 9 Jan 2019 14:44:28 +0000 (14:44 +0000)
Change-Id: I2bba13064c8d21ded41499c6ec225ef83d1a533e
Reviewed-on: https://go-review.googlesource.com/c/156997
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/debug/gosym/symtab.go

index a995209934ffbbe4b171d8eec168d4f2b0fba67c..a84b7f6def1d9cdb14551c989bbca01e619cfe31 100644 (file)
@@ -7,11 +7,6 @@
 // by the gc compilers.
 package gosym
 
-// The table format is a variant of the format used in Plan 9's a.out
-// format, documented at https://9p.io/magic/man2html/6/a.out.
-// The best reference for the differences between the Plan 9 format
-// and the Go format is the runtime source, specifically ../../runtime/symtab.c.
-
 import (
        "bytes"
        "encoding/binary"