gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol
authorMarkus Metzger <markus.t.metzger@intel.com>
Thu, 28 Apr 2022 09:14:57 +0000 (11:14 +0200)
committerMarkus Metzger <markus.t.metzger@intel.com>
Tue, 18 Oct 2022 12:16:10 +0000 (14:16 +0200)
commit6f96c196beccb6f30b78ef878b3eaa420dfaa687
treee90134edf9833263fdf977274aa6dbcb5446d691
parent2aab2438702dfb22d6fa0c5d8bef267f3d24638b
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.
gdb/hppa-tdep.c
gdb/hppa-tdep.h