]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/inline: remove useless code
authorMatthew Dempsky <mdempsky@google.com>
Mon, 20 Nov 2023 06:01:07 +0000 (22:01 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 20 Nov 2023 15:13:42 +0000 (15:13 +0000)
commit95712fe70bb8d6f3c00662acdff79db3da067026
tree00f63d6d2bca3047bef4fc7ce078299a6d0f10b2
parent28a8896d57f315b241b77eff26d9302cfe88c13b
cmd/compile/internal/inline: remove useless code

There doesn't appear to be any need for this code. EditChildren won't
recurse into the closure body anyway.

Split out into a separate commit in case I'm overlooking something.

Change-Id: I004d1aa04865896de972bf3323b1622cc08a0d18
Reviewed-on: https://go-review.googlesource.com/c/go/+/543659
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/inline/inl.go