diff options
author | Tom Tromey <tom@tromey.com> | 2023-03-19 09:51:41 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-03-19 16:50:27 -0600 |
commit | f6eefc376540b6efafbe6040a2ee8d4a5727d25d (patch) | |
tree | 7d0a9776fdd18180d638159569662b05658ea9fb /gdb/psympriv.h | |
parent | 92d450c79ad321e42f9a77692b5db10d0f7b9344 (diff) | |
download | gdb-f6eefc376540b6efafbe6040a2ee8d4a5727d25d.zip gdb-f6eefc376540b6efafbe6040a2ee8d4a5727d25d.tar.gz gdb-f6eefc376540b6efafbe6040a2ee8d4a5727d25d.tar.bz2 |
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.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index a266628..332d6a6 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<CORE_ADDR> *seen_addrs, - const std::vector<partial_symbol *> &symbols); - /* Storage for the partial symbols. */ std::shared_ptr<psymtab_storage> m_partial_symtabs; }; |