Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop usage of deprecated Any?.freeze() in K/N target (#2819)
The legacy memory model was removed from the K/N runtime in 1.9.20. Now, this function does nothing, and its usages can be safely dropped. Worker.execute functions no longer require the argument to be frozen, as objects can no longer be frozen.
- Loading branch information