move the demangled_names_hash into the per-BFD
[deliverable/binutils-gdb.git] / gdb / symfile.c
index ecf4e328358051b327a05a8ea4e940664558ba8f..d260ff9fcdab25da2d29d2f6f79302a7c396f6e9 100644 (file)
@@ -2497,11 +2497,6 @@ reread_symbols (void)
          /* Free the obstacks for non-reusable objfiles.  */
          psymbol_bcache_free (objfile->psymbol_cache);
          objfile->psymbol_cache = psymbol_bcache_init ();
-         if (objfile->demangled_names_hash != NULL)
-           {
-             htab_delete (objfile->demangled_names_hash);
-             objfile->demangled_names_hash = NULL;
-           }
          obstack_free (&objfile->objfile_obstack, 0);
          objfile->sections = NULL;
          objfile->symtabs = NULL;
This page took 0.024029 seconds and 4 git commands to generate.