X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fquery-fp.cc;h=b980b7f06669402c2f592ed0159a8c034ca1a157;hb=87d462a20423a25eaf4b54a90bfd538dd93da675;hp=4ffcb1e75f096be1332bba9b8589333f719bee97;hpb=b9bf3f44eacd42ce53885c79f9dad8d82c76f13d;p=notmuch diff --git a/lib/query-fp.cc b/lib/query-fp.cc index 4ffcb1e7..b980b7f0 100644 --- a/lib/query-fp.cc +++ b/lib/query-fp.cc @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: David Bremner */ @@ -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