Skip to content

Commit dd7d6c2

Browse files
cuonglmianlancetaylor
authored andcommitted
debug/gosym: remove outdated comment
Change-Id: I2bba13064c8d21ded41499c6ec225ef83d1a533e Reviewed-on: https://go-review.googlesource.com/c/156997 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 5efe9a8 commit dd7d6c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/debug/gosym/symtab.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
// by the gc compilers.
88
package gosym
99

10-
// The table format is a variant of the format used in Plan 9's a.out
11-
// format, documented at https://9p.io/magic/man2html/6/a.out.
12-
// The best reference for the differences between the Plan 9 format
13-
// and the Go format is the runtime source, specifically ../../runtime/symtab.c.
14-
1510
import (
1611
"bytes"
1712
"encoding/binary"

0 commit comments

Comments
 (0)