Don't declare psymbol_functions::fill_psymbol_map
authorTom Tromey <tom@tromey.com>
Sun, 19 Mar 2023 15:51:41 +0000 (09:51 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 19 Mar 2023 22:50:27 +0000 (16:50 -0600)
psymbol_functions::fill_psymbol_map was removed, but I forgot to
remove the declaration.  This patch removes it.  Tested by rebuilding.

gdb/psympriv.h

index a266628b491bd287d258b2299cff88c1f17bc365..332d6a62686308bf6543320976f2c31d4bebe4f2 100644 (file)
@@ -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<CORE_ADDR> *seen_addrs,
-                        const std::vector<partial_symbol *> &symbols);
-
   /* Storage for the partial symbols.  */
   std::shared_ptr<psymtab_storage> m_partial_symtabs;
 };