Commit be024d4a authored by Max Kellermann's avatar Max Kellermann

lib/icu/Collate: remove unnecessary assert()

parent 75c740fe
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment