Skip to content

Commit 014f3e1

Browse files
skohanimbradfitz
authored andcommitted
cmd/internal/obj: more idiomatic object writer
Change-Id: I41722ee605ea76a6b52e8a7e1e10f2293cef1a7a Reviewed-on: https://go-review.googlesource.com/21371 Reviewed-by: David Crawshaw <[email protected]>
1 parent b91cc53 commit 014f3e1

File tree

2 files changed

+237
-215
lines changed

2 files changed

+237
-215
lines changed

src/cmd/internal/obj/link.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ type Link struct {
658658
Textp *LSym
659659
Etextp *LSym
660660
Errors int
661-
RefsWritten int // Number of symbol references already written to object file.
662661

663662
// state for writing objects
664663
Text []*LSym

0 commit comments

Comments
 (0)