Browse Source

Removed unused variables.

Sergey Poznyakoff 20 years ago
parent
commit
db2d3f2344
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/buffer.c
  2. 0 1
      src/list.c

+ 0 - 1
src/buffer.c

@@ -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: */

+ 0 - 1
src/list.c

@@ -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;