[pushed] Don't declare psymbol_functions::fill_psymbol_map

Message ID 20230319225708.3903618-1-tom@tromey.com
State New
Headers
Series [pushed] Don't declare psymbol_functions::fill_psymbol_map |

Commit Message

Tom Tromey March 19, 2023, 10:57 p.m. UTC
  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(-)
  

Patch

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;
 };