Removed unused variables.

This commit is contained in:
Sergey Poznyakoff
2005-02-04 01:42:33 +00:00
parent 5179c0b5e6
commit db2d3f2344
2 changed files with 0 additions and 2 deletions

View File

@@ -182,7 +182,6 @@ enum compress_type
check_compressed_archive ()
{
struct zip_magic *p;
size_t status;
bool sfr, srp;
/* Prepare global data needed for find_next_block: */

View File

@@ -337,7 +337,6 @@ tar_checksum (union block *header, bool silent)
enum read_header
read_header (bool raw_extended_headers)
{
char *p;
union block *header;
union block *header_copy;
char *bp;