song/StringFilter: remove obsolete #if

This commit is contained in:
Max Kellermann 2019-03-15 20:31:05 +01:00
parent 6b89fd6100
commit 0acb55cde5
1 changed files with 0 additions and 3 deletions

View File

@ -25,10 +25,7 @@
bool
StringFilter::MatchWithoutNegation(const char *s) const noexcept
{
#if !CLANG_CHECK_VERSION(3,6)
/* disabled on clang due to -Wtautological-pointer-compare */
assert(s != nullptr);
#endif
#ifdef HAVE_PCRE
if (regex)