]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
tweak remove unused declaration of find_jobids_of_pool_uncopied_jobs()
authorAlain Spineux <alain@baculasystems.com>
Thu, 30 Jul 2020 09:24:40 +0000 (11:24 +0200)
committerEric Bollengier <eric@baculasystems.com>
Tue, 1 Mar 2022 14:36:17 +0000 (15:36 +0100)
- this function is static mac_sql.c then cannot be used somewhere else

bacula/src/dird/mac.c

index e8d9598f106be6d573a98ea31dc9a3d25be92c65..42cd99ff167797fd4e4ff60677bc8b5a6d28af2a 100644 (file)
@@ -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);