mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.link] cmd/link: remove elfsetstring
No longer needed. Change-Id: I7cd08915e4731c4546414340df69521e2347367f Reviewed-on: https://go-review.googlesource.com/c/go/+/233521 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
69261d1f36
commit
2eb475be6b
6 changed files with 6 additions and 28 deletions
|
|
@ -28,7 +28,7 @@ func addDummyObjSym(t *testing.T, ldr *Loader, or *oReader, name string) Sym {
|
|||
}
|
||||
|
||||
func mkLoader() *Loader {
|
||||
edummy := func(s *sym.Symbol, str string, off int) {}
|
||||
edummy := func(str string, off int) {}
|
||||
er := ErrorReporter{}
|
||||
ldr := NewLoader(0, edummy, &er)
|
||||
er.ldr = ldr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue