diff --git a/src/lib/icu/Collate.cxx b/src/lib/icu/Collate.cxx index abb4b709c..9238e74b0 100644 --- a/src/lib/icu/Collate.cxx +++ b/src/lib/icu/Collate.cxx @@ -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);