diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 816a355..6ef6767 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -2360,11 +2360,6 @@ end_psymtab (struct partial_symtab *pst, char **include_list, int num_includes, sort_pst_symbols (pst); - /* If there is already a psymtab or symtab for a file of this name, remove it. - (If there is a symtab, more drastic things also happen.) - This happens in VxWorks. */ - free_named_symtabs (pst->filename); - if (num_includes == 0 && number_dependencies == 0 && pst->n_global_syms == 0 |