lib/icu/Collate: remove unnecessary assert()
This commit is contained in:
parent
75c740fe2b
commit
be024d4ad7
@ -146,7 +146,6 @@ AllocatedString<>
|
||||
IcuCaseFold(const char *src)
|
||||
try {
|
||||
#ifdef HAVE_ICU
|
||||
assert(collator != nullptr);
|
||||
#if !CLANG_CHECK_VERSION(3,6)
|
||||
/* disabled on clang due to -Wtautological-pointer-compare */
|
||||
assert(src != nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user