mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-3748 remove U_ASSERT
X-SVN-Rev: 15384
This commit is contained in:
parent
5fa6f4724a
commit
efb6226a7a
2 changed files with 0 additions and 2 deletions
|
@ -2456,7 +2456,6 @@ static int32_t _canonicalize(int32_t selector, /* 0==getName, 1==canonicalize */
|
|||
case 1:
|
||||
return uloc_canonicalize(localeID, result, resultCapacity, ec);
|
||||
default:
|
||||
U_ASSERT(FALSE);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1988,7 +1988,6 @@ static Locale _canonicalize(int32_t selector, /* 0==createFromName, 1==createCan
|
|||
case 2:
|
||||
return Locale(localeID);
|
||||
default:
|
||||
U_ASSERT(FALSE);
|
||||
return Locale("");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue