X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fparse-time-vrp.h;h=9fb1af609d975d13c71f1d3481203ba40be0ee23;hb=87d462a20423a25eaf4b54a90bfd538dd93da675;hp=e6138d05b4a5113718eb2047e84994505fb96344;hpb=7ad7cfbff232431377562271901ee00202bf0bd0;p=notmuch diff --git a/lib/parse-time-vrp.h b/lib/parse-time-vrp.h index e6138d05..9fb1af60 100644 --- a/lib/parse-time-vrp.h +++ b/lib/parse-time-vrp.h @@ -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 */