mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-04 21:51:30 +00:00
gdb: Update comment of c_type_print_template_args.
Remove function description for TABLE. This function does not take a parameter "table". Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -787,14 +787,8 @@ c_type_print_varspec_suffix (struct type *type,
|
||||
}
|
||||
}
|
||||
|
||||
/* A helper for c_type_print_base that displays template
|
||||
parameters and their bindings, if needed.
|
||||
|
||||
TABLE is the local bindings table to use. If NULL, no printing is
|
||||
done. Note that, at this point, TABLE won't have any useful
|
||||
information in it -- but it is also used as a flag to
|
||||
print_name_maybe_canonical to activate searching the global typedef
|
||||
table.
|
||||
/* A helper for c_type_print_base_struct_union that displays template
|
||||
parameters.
|
||||
|
||||
TYPE is the type whose template arguments are being displayed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user