]> git.notmuchmail.org Git - notmuch/blobdiff - lib/query-fp.cc
build: drop support for xapian versions less than 1.4
[notmuch] / lib / query-fp.cc
index c39f59156d1f9e32f53bfd09bac21340328d2480..b980b7f06669402c2f592ed0159a8c034ca1a157 100644 (file)
@@ -24,8 +24,6 @@
 #include "query-fp.h"
 #include <iostream>
 
-#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