Commit 0acb55cd authored by Max Kellermann's avatar Max Kellermann

song/StringFilter: remove obsolete #if

parent 6b89fd61
......@@ -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)
......
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