mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-21815 Remove unused line
This commit is contained in:
parent
571d12abfb
commit
e730bce02f
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ ucasemap_setLocale(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode) {
|
|||
if(length==sizeof(csm->locale)) {
|
||||
*pErrorCode=U_BUFFER_OVERFLOW_ERROR;
|
||||
}
|
||||
if(U_SUCCESS(*pErrorCode)) {
|
||||
csm->caseLocale=UCASE_LOC_UNKNOWN;
|
||||
if(U_SUCCESS(*pErrorCode)) {
|
||||
csm->caseLocale = ucase_getCaseLocale(csm->locale);
|
||||
} else {
|
||||
csm->locale[0]=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue