lib: improve error handling, cleanups

This commit is contained in:
Dirk-Jan C. Binnema
2020-10-31 09:43:52 +02:00
parent aea64c4a08
commit 69b157a346
4 changed files with 10 additions and 8 deletions

View File

@ -482,9 +482,6 @@ mu_query_count_run (MuQuery *self, const char *searchexpr) try
} MU_XAPIAN_CATCH_BLOCK_RETURN (0);
char*
mu_query_internal_xapian (MuQuery *self, const char *searchexpr, GError **err)
{