X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fquery-fp.cc;fp=lib%2Fquery-fp.cc;h=b980b7f06669402c2f592ed0159a8c034ca1a157;hp=c39f59156d1f9e32f53bfd09bac21340328d2480;hb=00cdfe10717020423870fdaf56e973db9aba9f5a;hpb=e02bb7e9fdbc96c66f32ce531509824f8afd4686 diff --git a/lib/query-fp.cc b/lib/query-fp.cc index c39f5915..b980b7f0 100644 --- a/lib/query-fp.cc +++ b/lib/query-fp.cc @@ -24,8 +24,6 @@ #include "query-fp.h" #include -#if HAVE_XAPIAN_FIELD_PROCESSOR - Xapian::Query QueryFieldProcessor::operator() (const std::string & name) { @@ -40,4 +38,3 @@ QueryFieldProcessor::operator() (const std::string & name) return parser.parse_query (expansion, NOTMUCH_QUERY_PARSER_FLAGS); } -#endif