diff options
author | Tom Tromey <tom@tromey.com> | 2020-11-01 09:51:13 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-11-01 09:51:13 -0700 |
commit | 525454d654a88a40148e8d3558c69179def61fbf (patch) | |
tree | 14ebc497d8677298ef080ab6fe658da73dbe3ef8 /gdb/psympriv.h | |
parent | d77c9224555de402eeda3a85d5407a4ef5d964a5 (diff) | |
download | gdb-525454d654a88a40148e8d3558c69179def61fbf.zip gdb-525454d654a88a40148e8d3558c69179def61fbf.tar.gz gdb-525454d654a88a40148e8d3558c69179def61fbf.tar.bz2 |
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.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 6 |
1 files changed, 0 insertions, 6 deletions
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, |