diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 6ef1ac1..6c93ba6 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2548,8 +2548,6 @@ reread_symbols (void) /* Free the obstacks for non-reusable objfiles. */ psymbol_bcache_free (objfile->psymbol_cache); objfile->psymbol_cache = psymbol_bcache_init (); - bcache_xfree (objfile->macro_cache); - objfile->macro_cache = bcache_xmalloc (NULL, NULL); if (objfile->demangled_names_hash != NULL) { htab_delete (objfile->demangled_names_hash); |