ICU-10484 Fixed a compiler warning - unused variable.

X-SVN-Rev: 34545
This commit is contained in:
Yoshito Umaoka 2013-10-10 19:49:09 +00:00
parent 80ed875e6a
commit 0d26708552

View File

@ -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;