revert to upstream
[debian/amanda] / client-src / sendbackup.c
index 2e91c9b74acd936f20fdaff1f27e430698297e8f..9f26dafe2e2d3ccf02db171a2da62cc57d227b12 100644 (file)
@@ -193,7 +193,6 @@ main(
     char *line = NULL;
     char *err_extra = NULL;
     char *s;
-    char *conffile;
     int i;
     int ch;
     FILE *toolin;
@@ -748,7 +747,6 @@ check_status(
        return 0;                               /* normal exit */
     }
 
-    snprintf(numberpid, SIZEOF(number), "%d", (int)pid);
     if(ret == 0) {
        thiserr = vstrallocf(_("%s (%d) %s got signal %d"), strX, (int)pid, str,
                             sig);