Use htab_up for demangled hash
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index ff8b6fc72cffee439719797edb5116b6b6690ab9..7d36a2a7114d74ecb280e3d3f8dc69d022dd8b1a 100644 (file)
@@ -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
This page took 0.02947 seconds and 4 git commands to generate.