aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/debug/gosym/symtab.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/debug/gosym/symtab.go b/src/debug/gosym/symtab.go
index a995209934..a84b7f6def 100644
--- a/src/debug/gosym/symtab.go
+++ b/src/debug/gosym/symtab.go
@@ -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"