Remove debugging noise.
This commit is contained in:
parent
d09bcecda8
commit
94cf153c2b
@ -61,7 +61,6 @@ extern char get_header_tar_bz2(archive_handle_t *archive_handle)
|
|||||||
while (get_header_tar(archive_handle) == EXIT_SUCCESS);
|
while (get_header_tar(archive_handle) == EXIT_SUCCESS);
|
||||||
|
|
||||||
close(fd_pipe[0]);
|
close(fd_pipe[0]);
|
||||||
printf("finished\n");
|
|
||||||
#if 0
|
#if 0
|
||||||
if (kill(pid, SIGTERM) == -1) {
|
if (kill(pid, SIGTERM) == -1) {
|
||||||
bb_error_msg_and_die("Couldnt kill gunzip process");
|
bb_error_msg_and_die("Couldnt kill gunzip process");
|
||||||
|
Loading…
Reference in New Issue
Block a user