RFR: 8341776: Remove unused enum values from LambdaForm$Kind
Chen Liang
liach at openjdk.org
Tue Oct 22 12:00:53 UTC 2024
On Sat, 19 Oct 2024 20:39:48 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> Trivially removing some unused left-over `LambdaForm$Kind` enums.
>
> - Last use of `COLLECT` and `SPREAD` was removed by fac39fe9
> - `FIELD` was added by 8d5f5b9a but had no usage from the start
> - Last use of `CONVERT` was removed by eda5f090
Makes sense.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21592#pullrequestreview-2384973579
More information about the core-libs-dev
mailing list