diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index ff8b6fc..7d36a2a 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -119,8 +119,6 @@ static const struct bfd_data *objfiles_bfd_data; objfile_per_bfd_storage::~objfile_per_bfd_storage () { - if (demangled_names_hash) - htab_delete (demangled_names_hash); } /* Create the per-BFD storage object for OBJFILE. If ABFD is not |