src/java.base/share/classes/java/text/ChoiceFormat.java
changeset 51275 b095f437af22
parent 51257 979e349059eb
child 54206 003cc64366da
--- 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