]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/staticinit: remove deadcode
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 7 Aug 2025 15:57:58 +0000 (22:57 +0700)
committerGopher Robot <gobot@golang.org>
Fri, 8 Aug 2025 21:22:23 +0000 (14:22 -0700)
commit317be4cfeb7fc92bd7d5569aa8dff8f568e02f78
treeaf7ab635551a7670a748ade11eaa78961ffc68ca
parentbce5601cbbb1a3a33ecdb13b796033e44931a3da
cmd/compile/internal/staticinit: remove deadcode

The staticAssignInlinedCall function contains code for handling
non-Unified IR. As Unified IR is now the sole format for the frontend,
this code is obsolete and can be removed.

Change-Id: Iac93a9b59ec6d639851e1b17ba1f75563d8bcda5
Reviewed-on: https://go-review.googlesource.com/c/go/+/694075
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/staticinit/sched.go