]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove ua_prune.c debug code
authorKern Sibbald <kern@sibbald.com>
Fri, 11 Dec 2009 18:10:33 +0000 (19:10 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 11 Dec 2009 18:10:33 +0000 (19:10 +0100)
bacula/src/dird/ua_prune.c

index 0c08238262efe52f2b332102f53e9038d0cf2f56..ea36fef8a63676a00cf2a565e10eb4d721e68b43 100644 (file)
@@ -96,8 +96,6 @@ int file_delete_handler(void *ctx, int num_fields, char **row)
          del->max_ids);
    }
    del->JobId[del->num_ids++] = (JobId_t)str_to_int64(row[0]);
-   /* **FIXME*** remove in production */
-   sm_check(__FILE__, __LINE__, true);
 // Dmsg2(150, "row=%d val=%d\n", del->num_ids-1, del->JobId[del->num_ids-1]);
    return 0;
 }
@@ -308,12 +306,8 @@ int prune_files(UAContext *ua, CLIENT *client, POOL *pool)
 
 bail_out:
    db_unlock(ua->db);
-   /* ***FIXME*** remove this for production */
-   sm_check(__FILE__, __LINE__, true);
    if (del.JobId) {
       free(del.JobId);
-      /* ***FIXME*** remove this for production */
-      sm_check(__FILE__, __LINE__, true);
    }
    return 1;
 }