public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Don't declare psymbol_functions::fill_psymbol_map
@ 2023-03-19 22:57 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-03-19 22:57 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

psymbol_functions::fill_psymbol_map was removed, but I forgot to
remove the declaration.  This patch removes it.  Tested by rebuilding.
---
 gdb/psympriv.h | 5 -----
 1 file changed, 5 deletions(-)

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 @@ struct psymbol_functions : public quick_symbol_functions
   /* Count the number of partial symbols in *THIS.  */
   int count_psyms ();
 
-  void fill_psymbol_map (struct objfile *objfile,
-			 struct partial_symtab *psymtab,
-			 std::set<CORE_ADDR> *seen_addrs,
-			 const std::vector<partial_symbol *> &symbols);
-
   /* Storage for the partial symbols.  */
   std::shared_ptr<psymtab_storage> m_partial_symtabs;
 };
-- 
2.39.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-19 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 22:57 [pushed] Don't declare psymbol_functions::fill_psymbol_map Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).