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:
parent
d4dd94f863
commit
f98b2e334f
3 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue