From f900d6014ea785cba31c83a99258c6004ba5efe6 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 11 Aug 2020 08:55:16 -0400 Subject: [PATCH] [dev.link] cmd/link: remove a stale comment Change-Id: Ie1e259977459e72b83f880f35e5fea2a3c7c0af9 Reviewed-on: https://go-review.googlesource.com/c/go/+/247937 Reviewed-by: Cherry Zhang Reviewed-by: Than McIntosh --- src/cmd/link/internal/ld/dwarf.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cmd/link/internal/ld/dwarf.go b/src/cmd/link/internal/ld/dwarf.go index dc237e7278..d1f2ac583d 100644 --- a/src/cmd/link/internal/ld/dwarf.go +++ b/src/cmd/link/internal/ld/dwarf.go @@ -1908,11 +1908,6 @@ func dwarfGenerateDebugInfo(ctxt *Link) { d.synthesizeslicetypes(ctxt, dwtypes.Child) d.synthesizemaptypes(ctxt, dwtypes.Child) d.synthesizechantypes(ctxt, dwtypes.Child) - - // NB: at this stage we have all the DIE objects constructed, but - // they have loader.Sym attributes and not sym.Symbol attributes. - // At the point when loadlibfull runs we will need to visit - // every DIE constructed and convert the symbols. } // dwarfGenerateDebugSyms constructs debug_line, debug_frame, and -- 2.50.0