]> Dogcows Code - chaz/tar/commitdiff
Removed unused variables
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:25:48 +0000 (09:25 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:25:48 +0000 (09:25 +0000)
src/create.c

index a46b1162cc571109bab0c051d1cb033e09b38f9e..71bacc4058751133b7665cd8e776a4f16cf78742 100644 (file)
@@ -548,7 +548,6 @@ static union block *
 write_extended (struct tar_stat_info *st, union block *old_header)
 {
   union block *header, hp;
-  size_t size;
   char *p;
 
   if (extended_header.buffer || extended_header.stk == NULL)
@@ -771,10 +770,6 @@ void
 finish_header (struct tar_stat_info *st,
               union block *header, off_t block_ordinal)
 {
-  size_t i;
-  int sum;
-  char *p;
-
   /* Note: It is important to do this before the call to write_extended(),
      so that the actual ustar header is printed */
   if (verbose_option
This page took 0.027042 seconds and 4 git commands to generate.