commit | 6f96c196beccb6f30b78ef878b3eaa420dfaa687 | [log] [tgz] |
---|---|---|
author | Markus Metzger <markus.t.metzger@intel.com> | Thu Apr 28 11:14:57 2022 +0200 |
committer | Markus Metzger <markus.t.metzger@intel.com> | Tue Oct 18 14:16:10 2022 +0200 |
tree | e90134edf9833263fdf977274aa6dbcb5446d691 | |
parent | 2aab2438702dfb22d6fa0c5d8bef267f3d24638b [diff] |
gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol I stumbled over this while reviewing all objfiles traversals with regards to impact of linker namespaces. Recursive grep only finds two occurrences of hppa_lookup_stub_minimal_symbol: - the declaration in hppa-tdep.h. - the definition in hppa-tdep.c. There appear to be no calls to this function. Remove it.