]> git.notmuchmail.org Git - notmuch/blobdiff - lib/thread-fp.cc
build: drop support for xapian versions less than 1.4
[notmuch] / lib / thread-fp.cc
index 7327700653bcab8ead048b55257617dfe9f52bc3..97a65211992654b629269a74bdde0d6bbf82504f 100644 (file)
@@ -24,8 +24,6 @@
 #include "thread-fp.h"
 #include <iostream>
 
-#if HAVE_XAPIAN_FIELD_PROCESSOR
-
 Xapian::Query
 ThreadFieldProcessor::operator() (const std::string & str)
 {
@@ -64,4 +62,3 @@ ThreadFieldProcessor::operator() (const std::string & str)
     }
 
 }
-#endif