From 762c164d754fc456aa4764d2ed19cc4a3ec625fb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 26 Jun 2019 09:48:32 -0600 Subject: Remove lookup_minimal_symbol_solib_trampoline lookup_minimal_symbol_solib_trampoline is unused, so this patch removes it. The last use was apparently removed in commit 61a12cfa ("Remove HPUX"). gdb/ChangeLog 2019-06-26 Tom Tromey * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove. * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't declare. --- gdb/minsyms.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gdb/minsyms.h') diff --git a/gdb/minsyms.h b/gdb/minsyms.h index 3e414f6..bb43165 100644 --- a/gdb/minsyms.h +++ b/gdb/minsyms.h @@ -205,18 +205,6 @@ struct bound_minimal_symbol lookup_minimal_symbol_text (const char *, struct objfile *); /* Look through all the current minimal symbol tables and find the - first minimal symbol that matches NAME and is a solib trampoline. - If OBJF is non-NULL, limit the search to that objfile. Returns a - pointer to the minimal symbol that matches, or NULL if no match is - found. - - This function only searches the mangled (linkage) names. */ - -struct bound_minimal_symbol lookup_minimal_symbol_solib_trampoline - (const char *, - struct objfile *); - -/* Look through all the current minimal symbol tables and find the first minimal symbol that matches NAME and PC. If OBJF is non-NULL, limit the search to that objfile. Returns a pointer to the minimal symbol that matches, or NULL if no match is found. */ -- cgit v1.1