X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fregexp-fields.cc;h=0feb50e586ba84f1c4ef84cb62e78ea679b472c3;hp=198eb32f49583310d984ace493ad25924b998a50;hb=00cdfe10717020423870fdaf56e973db9aba9f5a;hpb=e02bb7e9fdbc96c66f32ce531509824f8afd4686 diff --git a/lib/regexp-fields.cc b/lib/regexp-fields.cc index 198eb32f..0feb50e5 100644 --- a/lib/regexp-fields.cc +++ b/lib/regexp-fields.cc @@ -26,7 +26,6 @@ #include "notmuch-private.h" #include "database-private.h" -#if HAVE_XAPIAN_FIELD_PROCESSOR static void compile_regex (regex_t ®exp, const char *str) { @@ -208,4 +207,3 @@ RegexpFieldProcessor::operator() (const std::string & str) } } } -#endif