RFR: 8341776: Remove unused enum values from LambdaForm$Kind
Claes Redestad
redestad at openjdk.org
Tue Oct 22 13:54:35 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
Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21592#issuecomment-2429349036
More information about the core-libs-dev
mailing list