From 525454d654a88a40148e8d3558c69179def61fbf Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 1 Nov 2020 09:51:13 -0700 Subject: Remove init_psymbol_list init_psymbol_list is now empty, and so this removes it. gdb/ChangeLog 2020-11-01 Tom Tromey * 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. --- gdb/psympriv.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/psympriv.h') diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 97f9b3b..73077eb 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -436,12 +436,6 @@ struct legacy_psymtab : public standard_psymtab void *read_symtab_private = nullptr; }; -/* Initialize storage for partial symbols. If partial symbol storage - has already been initialized, this does nothing. TOTAL_SYMBOLS is - an estimate of how many symbols there will be. */ - -extern void init_psymbol_list (struct objfile *objfile, int total_symbols); - extern void end_psymtab_common (struct objfile *, struct partial_symtab *); /* Used when recording partial symbol tables. On destruction, -- cgit v1.1