From: Alain Spineux Date: Thu, 30 Jul 2020 09:24:40 +0000 (+0200) Subject: tweak remove unused declaration of find_jobids_of_pool_uncopied_jobs() X-Git-Tag: Release-11.3.2~1354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52cd206ece24b4098dcfcd99a4dd406a418dfa1f;p=thirdparty%2Fbacula.git tweak remove unused declaration of find_jobids_of_pool_uncopied_jobs() - this function is static mac_sql.c then cannot be used somewhere else --- diff --git a/bacula/src/dird/mac.c b/bacula/src/dird/mac.c index e8d9598f10..42cd99ff16 100644 --- a/bacula/src/dird/mac.c +++ b/bacula/src/dird/mac.c @@ -48,7 +48,6 @@ extern bool regex_find_jobids(JCR *jcr, idpkt *ids, const char *query1, const char *query2, const char *type); extern bool find_mediaid_then_jobids(JCR *jcr, idpkt *ids, const char *query1, const char *type); -extern bool find_jobids_of_pool_uncopied_jobs(JCR *jcr, idpkt *ids); static bool set_mac_next_pool(JCR *jcr, POOL **pool);