diff options
Diffstat (limited to 'bfd/elf32-cr16.c')
-rw-r--r-- | bfd/elf32-cr16.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bfd/elf32-cr16.c b/bfd/elf32-cr16.c index 4b3aa73..449775b 100644 --- a/bfd/elf32-cr16.c +++ b/bfd/elf32-cr16.c @@ -1676,18 +1676,6 @@ elf32_cr16_link_hash_table_create (bfd *abfd) return &ret->root; } -/* Free an cr16 ELF linker hash table. */ - -static void -elf32_cr16_link_hash_table_free (struct bfd_link_hash_table *hash) -{ - struct elf_link_hash_table *ret - = (struct elf_link_hash_table *) hash; - - _bfd_generic_link_hash_table_free - ((struct bfd_link_hash_table *) ret); -} - static unsigned long elf_cr16_mach (flagword flags) { @@ -2973,8 +2961,6 @@ _bfd_cr16_elf_reloc_type_class (const Elf_Internal_Rela *rela) #define bfd_elf32_bfd_link_hash_table_create \ elf32_cr16_link_hash_table_create -#define bfd_elf32_bfd_link_hash_table_free \ - elf32_cr16_link_hash_table_free #define elf_backend_create_dynamic_sections \ _bfd_cr16_elf_create_dynamic_sections |