forked from Imagelibrary/binutils-gdb
Remove init_psymbol_list
init_psymbol_list is now empty, and so this removes it. gdb/ChangeLog 2020-11-01 Tom Tromey <tom@tromey.com> * dbxread.c (dbx_symfile_read): Update. * dwarf2/read.c (dwarf2_build_psymtabs): Update. * xcoffread.c (xcoff_initial_scan): Update. * psympriv.h (init_psymbol_list): Don't declare. * psymtab.c (init_psymbol_list): Remove.
This commit is contained in:
@@ -6119,8 +6119,6 @@ dwarf2_build_psymtabs (struct objfile *objfile)
|
||||
return;
|
||||
}
|
||||
|
||||
init_psymbol_list (objfile, 1024);
|
||||
|
||||
try
|
||||
{
|
||||
/* This isn't really ideal: all the data we allocate on the
|
||||
|
||||
Reference in New Issue
Block a user