]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: delete oReader.flags
authorCherry Mui <cherryyz@google.com>
Mon, 21 Mar 2022 19:15:40 +0000 (15:15 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 22 Mar 2022 14:16:25 +0000 (14:16 +0000)
commit42d2d5e2b575a034b43bc1ab4e6b948a1670ef9f
treedf3d8a81a5111c0fab379aa75245eae66c50bb72
parent2da1e47fb06bef29a99eaa1395ef1f7d11b05929
cmd/link: delete oReader.flags

Same information is provided from the fields of the embedded
goobj.Reader, and are accessed through it. Delete the flags field.

Change-Id: I7a4f5dca054e567443d719b2931fceff231d6efc
Reviewed-on: https://go-review.googlesource.com/c/go/+/394216
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/loader/loader.go