From: Tom Tromey Date: Sun, 19 Mar 2023 15:51:41 +0000 (-0600) Subject: Don't declare psymbol_functions::fill_psymbol_map X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6eefc376540b6efafbe6040a2ee8d4a5727d25d;p=binutils-gdb.git Don't declare psymbol_functions::fill_psymbol_map psymbol_functions::fill_psymbol_map was removed, but I forgot to remove the declaration. This patch removes it. Tested by rebuilding. --- diff --git a/gdb/psympriv.h b/gdb/psympriv.h index a266628b491..332d6a62686 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -579,11 +579,6 @@ private: /* Count the number of partial symbols in *THIS. */ int count_psyms (); - void fill_psymbol_map (struct objfile *objfile, - struct partial_symtab *psymtab, - std::set *seen_addrs, - const std::vector &symbols); - /* Storage for the partial symbols. */ std::shared_ptr m_partial_symtabs; };