ICU-3748 remove U_ASSERT

X-SVN-Rev: 15384
This commit is contained in:
Alan Liu 2004-05-18 21:46:38 +00:00
parent 5fa6f4724a
commit efb6226a7a
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -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("");
}
}