From 0acb55cde5565b63f5b4289437436186d56071be Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Fri, 15 Mar 2019 20:31:05 +0100
Subject: [PATCH] song/StringFilter: remove obsolete #if

---
 src/song/StringFilter.cxx | 3 ---
 1 file changed, 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)