Commit 9f65aaa
committed
Remove unused argument "isSlice" from transformAssignmentSubscripts()
Since c7aba7c, the transform method used during parse analysis of a
subcripting construct has moved from transformAssignmentSubscripts() to
the per-type transform method (arrays or arbitrary types) the step that
checks for slicing support, but transformAssignmentSubscripts() has kept
traces of it. Removing it simplifies the code, so let's clean up all
that.
Author: Zhang Mingli
Reviewed-by: Richard Guo
Discussion: https://postgr.es/m/0d7041ac-c704-48ad-86fd-e05feddf08ed@Spark1 parent 035ce1f commit 9f65aaa
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
697 | 696 | | |
698 | 697 | | |
699 | 698 | | |
700 | | - | |
701 | 699 | | |
702 | 700 | | |
703 | 701 | | |
| |||
727 | 725 | | |
728 | 726 | | |
729 | 727 | | |
730 | | - | |
731 | 728 | | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | 729 | | |
736 | 730 | | |
737 | 731 | | |
| |||
763 | 757 | | |
764 | 758 | | |
765 | 759 | | |
766 | | - | |
767 | 760 | | |
768 | 761 | | |
769 | 762 | | |
| |||
853 | 846 | | |
854 | 847 | | |
855 | 848 | | |
856 | | - | |
857 | 849 | | |
858 | 850 | | |
859 | 851 | | |
| |||
907 | 899 | | |
908 | 900 | | |
909 | 901 | | |
910 | | - | |
911 | 902 | | |
912 | 903 | | |
913 | 904 | | |
| |||
0 commit comments