daily update
[deliverable/binutils-gdb.git] / bfd / archive.c
index 8cc6bf2a27ef904ceb7e6cef55008959b903bd19..32b07a718a2b9825c41885572dbd544d6803c16f 100644 (file)
@@ -2732,7 +2732,7 @@ _bfd_archive_close_and_cleanup (bfd *abfd)
          bfd_ardata (abfd)->cache = NULL;
        }
     }
-  else if (arch_eltdata (abfd) != NULL)
+  if (arch_eltdata (abfd) != NULL)
     {
       struct areltdata *ared = arch_eltdata (abfd);
       htab_t htab = (htab_t) ared->parent_cache;
This page took 0.023608 seconds and 4 git commands to generate.