aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
diff options
context:
space:
mode:
authorShahar Kohanim <skohanim@gmail.com>2016-03-31 12:59:05 +0300
committerBrad Fitzpatrick <bradfitz@golang.org>2016-04-01 09:39:50 +0000
commit014f3e1e094c4a173ce503e5dfe1bc0619f2f4a8 (patch)
tree86a7af928b5d603a9db3d287cd478d2e4109cbc6 /src/cmd/internal/obj/link.go
parentb91cc5303364c4aae758ff1f0b4efc66b7802700 (diff)
downloadgo-014f3e1e094c4a173ce503e5dfe1bc0619f2f4a8.tar.xz
cmd/internal/obj: more idiomatic object writer
Change-Id: I41722ee605ea76a6b52e8a7e1e10f2293cef1a7a Reviewed-on: https://go-review.googlesource.com/21371 Reviewed-by: David Crawshaw <crawshaw@golang.org>
Diffstat (limited to 'src/cmd/internal/obj/link.go')
-rw-r--r--src/cmd/internal/obj/link.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go
index cfe7c958cd..24f028f737 100644
--- a/src/cmd/internal/obj/link.go
+++ b/src/cmd/internal/obj/link.go
@@ -658,7 +658,6 @@ type Link struct {
Textp *LSym
Etextp *LSym
Errors int
- RefsWritten int // Number of symbol references already written to object file.
// state for writing objects
Text []*LSym