mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8801 comment out unused method parameter, avoid warning
X-SVN-Rev: 31102
This commit is contained in:
parent
9f1867ce35
commit
867084e6bb
1 changed files with 1 additions and 1 deletions
|
@ -2649,7 +2649,7 @@ UBool DecimalFormat::matchDecimal(UChar32 symbolChar,
|
|||
UBool DecimalFormat::matchGrouping(UChar32 groupingChar,
|
||||
UBool sawGrouping, UChar32 sawGroupingChar,
|
||||
const UnicodeSet *sset,
|
||||
UChar32 decimalChar, const UnicodeSet *decimalSet,
|
||||
UChar32 /*decimalChar*/, const UnicodeSet *decimalSet,
|
||||
UChar32 schar) {
|
||||
if(sawGrouping) {
|
||||
return schar==sawGroupingChar; // previously found
|
||||
|
|
Loading…
Add table
Reference in a new issue