X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fquery-fp.cc;h=b980b7f06669402c2f592ed0159a8c034ca1a157;hp=c39f59156d1f9e32f53bfd09bac21340328d2480;hb=9201c502047816f2a22346fb02c971c50e5a7fcf;hpb=07dff496304d6dc2e8033a18691b095ed9cd212f 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