mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/link: remove more unused ctxt parameters
This time in elf.go. Change-Id: Ifaf71742ebbc9aadc8606c39ea2d417ae5cc7e0d Reviewed-on: https://go-review.googlesource.com/29450 Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
b6324ef5ff
commit
836a3ae663
8 changed files with 39 additions and 39 deletions
|
|
@ -629,7 +629,7 @@ func asmb(ctxt *ld.Link) {
|
|||
}
|
||||
|
||||
if ld.Iself {
|
||||
ld.Asmbelfsetup(ctxt)
|
||||
ld.Asmbelfsetup()
|
||||
}
|
||||
|
||||
sect := ld.Segtext.Sect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue