diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-25 15:50:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-25 15:50:25 +0000 |
commit | 81449d47c5400f7ea20543d20c416be210caa4ac (patch) | |
tree | 8a36a23939b33fbe51916107ed1b9e4febdc6bb0 /bfd/opncls.c | |
parent | 057a4d414e88dd29d7d586a72fcc09695fccfef4 (diff) | |
download | gdb-81449d47c5400f7ea20543d20c416be210caa4ac.zip gdb-81449d47c5400f7ea20543d20c416be210caa4ac.tar.gz gdb-81449d47c5400f7ea20543d20c416be210caa4ac.tar.bz2 |
* init.c (initialized): Remove static variable.
(bfd_init): Don't bother setting initialized.
(bfd_check_init): Remove.
* opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
* libbfd.h: Rebuild.
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r-- | bfd/opncls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c index f3872bf..bfb3415 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -54,7 +54,6 @@ _bfd_new_bfd () return 0; } - bfd_check_init(); if (!obstack_begin(&nbfd->memory, 128)) { bfd_set_error (bfd_error_no_memory); |