]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unused code in walk.Walk
authorEzzno J <ezzno@ezzno.com>
Thu, 4 Jan 2024 09:49:56 +0000 (09:49 +0000)
committerGopher Robot <gobot@golang.org>
Sat, 17 Feb 2024 06:03:15 +0000 (06:03 +0000)
commit86a32d6d9c4b2da88cb97da91a15e1af9efc87f7
tree3c6c8a75c8b1e29ca28ec45215e06ad559a3c725
parente41fabd6886ec16db6026b30486e20732f89960a
cmd/compile: remove unused code in walk.Walk

no errors'll be added during ir.DumpList, no need to be check again

Change-Id: I85ae2edd4377851277e9bb2a8baa28825ac3fd90
GitHub-Last-Rev: b35ca85e57d81002adad4b1ffc9506f359201b71
GitHub-Pull-Request: golang/go#64955
Reviewed-on: https://go-review.googlesource.com/c/go/+/553895
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/walk/walk.go