forked from Imagelibrary/binutils-gdb
Remove references to ada_name_for_lookup (deleted)
This function was deleted on 2017-11-08, but its declaration and
a reference to it in a comment was left behind. This patch just
removes those.
gdb/ChangeLog:
* ada-lang.c (name_match_type_from_name): Remove reference to
ada_name_for_lookup in function's documentation.
* ada-lang.h (ada_name_for_lookup): Delete declaration.
Tested by rebuilding GDB.
This commit is contained in:
@@ -4766,7 +4766,7 @@ cache_symbol (const char *name, domain_enum domain, struct symbol *sym,
|
||||
searching for all symbols matching LOOKUP_NAME.
|
||||
|
||||
LOOKUP_NAME is expected to be a symbol name after transformation
|
||||
for Ada lookups (see ada_name_for_lookup). */
|
||||
for Ada lookups. */
|
||||
|
||||
static symbol_name_match_type
|
||||
name_match_type_from_name (const char *lookup_name)
|
||||
|
||||
Reference in New Issue
Block a user