diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-15 20:31:05 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-16 13:23:02 +0100 |
commit | 0acb55cde5565b63f5b4289437436186d56071be (patch) | |
tree | cced7780a7badc91d34060200e767a70862518c1 | |
parent | 6b89fd61006d345b41440f091b1e2e527784cf03 (diff) |
song/StringFilter: remove obsolete #if
-rw-r--r-- | src/song/StringFilter.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/song/StringFilter.cxx b/src/song/StringFilter.cxx index 9131595ae..4a72f8216 100644 --- a/src/song/StringFilter.cxx +++ b/src/song/StringFilter.cxx @@ -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) |