diff options
author | Glenn L McGrath | 2001-03-28 07:37:48 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-03-28 07:37:48 +0000 |
commit | 02cebebc3b3505ce9047f39386dd65d0f10efb51 (patch) | |
tree | fcf685e576c6cf437d131c2656630f127423b500 /archival/tar.c | |
parent | 9233959940992f5b81fcf1ed63c4606d845bce8b (diff) | |
download | busybox-02cebebc3b3505ce9047f39386dd65d0f10efb51.zip busybox-02cebebc3b3505ce9047f39386dd65d0f10efb51.tar.gz |
Remove cruft
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index ef61153..9be63ce 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -284,11 +284,9 @@ extern int tar_main(int argc, char **argv) /* unzip tarFd in a seperate process */ if (unzipFlag == TRUE) { comp_file = fdopen(tarFd, "r"); - printf("1\n"); if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) { error_msg_and_die("Couldnt unzip file"); } - printf("2\n"); } #endif status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag, |