]> Dogcows Code - chaz/tar/commitdiff
Removed unused variables.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Feb 2005 01:42:33 +0000 (01:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Feb 2005 01:42:33 +0000 (01:42 +0000)
src/buffer.c
src/list.c

index 1e6e1bf32817bf47612235087b041dca5ebd2b96..3687977013c1294853fffa31006b94a3746d2858 100644 (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: */
index f3c706b2774f9aa13c35b17ff7aa0932fa77de23..e06c42ab7209336817c6e95f96a599fb8f976c19 100644 (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;
This page took 0.027889 seconds and 4 git commands to generate.