-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Commit 317be4c
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>1 parent bce5601 commit 317be4c
1 file changed
+10
-29
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
625 | - | ||
626 | - | ||
627 | - | ||
628 | - | ||
629 | - | ||
630 | - | ||
631 | 625 |
| |
632 | 626 |
| |
633 | 627 |
| |
| |||
647 | 641 |
| |
648 | 642 |
| |
649 | 643 |
| |
650 | - | ||
651 | - | ||
652 | - | ||
653 | - | ||
654 | - | ||
655 | - | ||
644 | + | ||
656 | 645 |
| |
657 | 646 |
| |
647 | + | ||
648 | + | ||
658 | 649 |
| |
659 | 650 |
| |
660 | 651 |
| |
661 | 652 |
| |
662 | 653 |
| |
663 | 654 |
| |
664 | - | ||
665 | - | ||
666 | - | ||
667 | - | ||
668 | - | ||
669 | - | ||
670 | - | ||
671 | - | ||
672 | - | ||
655 | + | ||
656 | + | ||
657 | + | ||
658 | + | ||
659 | + | ||
673 | 660 |
| |
674 | 661 |
| |
675 | - | ||
676 | - | ||
677 | - | ||
678 | - | ||
679 | - | ||
680 | - | ||
681 | - | ||
682 | - | ||
662 | + | ||
663 | + | ||
683 | 664 |
| |
684 | 665 |
| |
685 | 666 |
| |
|
0 commit comments