mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 11:01:35 +08:00
* gdbtypes.h (struct cplus_struct_type): Delete member
nfn_fields_total. All uses removed.
This commit is contained in:
@ -501,7 +501,6 @@ java_link_class_type (struct gdbarch *gdbarch,
|
||||
temp = clas;
|
||||
nmethods = value_as_long (value_struct_elt (&temp, NULL, "method_count",
|
||||
NULL, "structure"));
|
||||
TYPE_NFN_FIELDS_TOTAL (type) = nmethods;
|
||||
j = nmethods * sizeof (struct fn_field);
|
||||
fn_fields = (struct fn_field *)
|
||||
obstack_alloc (&objfile->objfile_obstack, j);
|
||||
|
Reference in New Issue
Block a user