]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
fix build without sfsexp
[notmuch] / lib / database-private.h
index 657b1aa11dc1d71b411c0fc45b6d814464d51611..419b9fe6bd521c0f7ba3e5934fd06a11e3f864a6 100644 (file)
@@ -354,10 +354,6 @@ _notmuch_query_string_to_xapian_query (notmuch_database_t *notmuch,
                                       std::string query_string,
                                       Xapian::Query &output,
                                       std::string &msg);
-/* parse-sexp.cc */
-notmuch_status_t
-_notmuch_sexp_string_to_xapian_query (notmuch_database_t *notmuch, const char *querystr,
-                                     Xapian::Query &output);
 
 notmuch_status_t
 _notmuch_query_expand (notmuch_database_t *notmuch, const char *field, Xapian::Query subquery,