Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary strictfp modifier
Turbine's minimum supported JDK version is JDK 17. This fixes the following warning: ``` third_party/java_src/turbine/java/com/google/turbine/binder/ConstEvaluator.java:84: warning: [strictfp] as of release 17, all floating-point expressions are evaluated strictly and 'strictfp' is not required public strictfp class ConstEvaluator { ^ ``` PiperOrigin-RevId: 677531227
- Loading branch information