]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/internal/dwarf: remove putInlinedFunc's callersym param
authorMatthew Dempsky <mdempsky@google.com>
Thu, 1 Jul 2021 18:44:43 +0000 (11:44 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 1 Jul 2021 19:29:58 +0000 (19:29 +0000)
commit838079beef0f4bfd1dfc3077ed469fced5cb32ae
treef021dd02b56f6e2aade50a6d978b69cb02baa0d3
parent9ba294e15bf09636ce3069ad577d8411c9730504
[dev.typeparams] cmd/internal/dwarf: remove putInlinedFunc's callersym param

This parameter is only used for debugging, and all of putInlinedFunc's
callers were actually passing the callee symbol instead.

Change-Id: I964825a514cc42a1b0bcbce4ef11a1a47084d882
Reviewed-on: https://go-review.googlesource.com/c/go/+/332370
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/dwarf/dwarf.go