8208560: ChoiceFormat class has unused constants needs cleanup
Reviewed-by: rriggs, naoto
--- a/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Aug 01 12:36:02 2018 +0530
+++ b/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Aug 01 18:02:25 2018 +0530
@@ -554,10 +554,6 @@
*/
private String[] choiceFormats;
- static final long SIGN = 0x8000000000000000L;
- static final long EXPONENT = 0x7FF0000000000000L;
- static final long POSITIVEINFINITY = 0x7FF0000000000000L;
-
/**
* Finds the least double greater than {@code d} (if {@code positive} is
* {@code true}), or the greatest double less than {@code d} (if