song/StringFilter: remove obsolete #if
This commit is contained in:
parent
6b89fd6100
commit
0acb55cde5
|
@ -25,10 +25,7 @@
|
||||||
bool
|
bool
|
||||||
StringFilter::MatchWithoutNegation(const char *s) const noexcept
|
StringFilter::MatchWithoutNegation(const char *s) const noexcept
|
||||||
{
|
{
|
||||||
#if !CLANG_CHECK_VERSION(3,6)
|
|
||||||
/* disabled on clang due to -Wtautological-pointer-compare */
|
|
||||||
assert(s != nullptr);
|
assert(s != nullptr);
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_PCRE
|
#ifdef HAVE_PCRE
|
||||||
if (regex)
|
if (regex)
|
||||||
|
|
Loading…
Reference in New Issue