]> git.notmuchmail.org Git - notmuch/blobdiff - lib/parse-time-vrp.h
build: drop support for xapian versions less than 1.4
[notmuch] / lib / parse-time-vrp.h
index e6138d05b4a5113718eb2047e84994505fb96344..9fb1af609d975d13c71f1d3481203ba40be0ee23 100644 (file)
@@ -39,9 +39,8 @@ public:
     Xapian::valueno operator() (std::string &begin, std::string &end);
 };
 
-#if HAVE_XAPIAN_FIELD_PROCESSOR
 class DateFieldProcessor : public Xapian::FieldProcessor {
     Xapian::Query operator() (const std::string & str);
 };
-#endif
+
 #endif /* NOTMUCH_PARSE_TIME_VRP_H */