Revert call to bfd_cache_close().

This commit is contained in:
Andrew Cagney
2001-04-21 22:50:55 +00:00
parent 1c97d17b13
commit 5b77812558
3 changed files with 6 additions and 4 deletions

View File

@@ -166,8 +166,6 @@ sim_load_file (sd, myname, callback, prog, prog_bfd, verbose_p, lma_p, do_write)
report_transfer_performance (callback, data_count, start_time, end_time);
}
bfd_cache_close (result_bfd);
return result_bfd;
}