bfd/ChangeLog
[deliverable/binutils-gdb.git] / binutils / elfedit.c
index b71990ce2616dd00fd01f64831f7d700de634fc4..ce77af4589ebc30f358624f38977aec56c27369b 100644 (file)
@@ -780,7 +780,6 @@ process_archive (const char * file_name, FILE * file,
   struct archive_info arch;
   struct archive_info nested_arch;
   size_t got;
-  size_t file_name_size;
   int ret;
 
   /* The ARCH structure is used to hold information about this archive.  */
@@ -805,7 +804,6 @@ process_archive (const char * file_name, FILE * file,
       goto out;
     }
 
-  file_name_size = strlen (file_name);
   ret = 0;
 
   while (1)
This page took 0.023024 seconds and 4 git commands to generate.