]> git.notmuchmail.org Git - notmuch/blobdiff - lib/regexp-fields.cc
build: drop support for xapian versions less than 1.4
[notmuch] / lib / regexp-fields.cc
index 198eb32f49583310d984ace493ad25924b998a50..0feb50e586ba84f1c4ef84cb62e78ea679b472c3 100644 (file)
@@ -26,7 +26,6 @@
 #include "notmuch-private.h"
 #include "database-private.h"
 
-#if HAVE_XAPIAN_FIELD_PROCESSOR
 static void
 compile_regex (regex_t &regexp, const char *str)
 {
@@ -208,4 +207,3 @@ RegexpFieldProcessor::operator() (const std::string & str)
        }
     }
 }
-#endif