Removing lookup_minimal_symbol_and_objfile
[deliverable/binutils-gdb.git] / gdb / minsyms.h
index 40e69aea87d8d834d44b4f50eb6ce93f70e5c904..f6799ef00ce138c840c1f439bbd56532276a03e4 100644 (file)
@@ -202,11 +202,6 @@ struct bound_minimal_symbol lookup_minimal_symbol (const char *,
 
 struct bound_minimal_symbol lookup_bound_minimal_symbol (const char *);
 
-/* Find the minimal symbol named NAME, and return both the minsym
-   struct and its objfile.  */
-
-struct bound_minimal_symbol lookup_minimal_symbol_and_objfile (const char *);
-
 /* Look through all the current minimal symbol tables and find the
    first minimal symbol that matches NAME and has text type.  If OBJF
    is non-NULL, limit the search to that objfile.  Returns a bound
This page took 0.024546 seconds and 4 git commands to generate.