ICU-10484 Fixed a compiler warning - unused variable.
X-SVN-Rev: 34545
This commit is contained in:
parent
80ed875e6a
commit
0d26708552
@ -2770,7 +2770,6 @@ public class DecimalFormat extends NumberFormat {
|
||||
/**
|
||||
* Remove bidi marks from affix
|
||||
*/
|
||||
private static final int TRIM_BUFLEN = 32;
|
||||
private static String trimMarksFromAffix(String affix) {
|
||||
boolean hasBidiMark = false;
|
||||
int idx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user