aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2017-09-08 16:44:30 -0700
committerKeith Seitz <keiths@redhat.com>2017-09-08 16:47:13 -0700
commita611b5cb00f47a47426bf1d4fdca9cf3b7eadb53 (patch)
treef413094fcf86eef1fb5feee29d7093bce06435dc /gdb/dwarf2read.c
parentc7df954fc4be9eea78a812d04beb6a5534d9a5e7 (diff)
downloadfsf-binutils-gdb-a611b5cb00f47a47426bf1d4fdca9cf3b7eadb53.zip
fsf-binutils-gdb-a611b5cb00f47a47426bf1d4fdca9cf3b7eadb53.tar.gz
fsf-binutils-gdb-a611b5cb00f47a47426bf1d4fdca9cf3b7eadb53.tar.bz2
Remove unused field field_info.fnfields
Since at least 7.3 the "fnfields" field in struct field_info has been unused. This patch simply removes it. gdb/ChangeLog: * dwarf2read.c (struct field_info) <fnfields>: Remove unused field.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index b3c5fab..201a857 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -1485,10 +1485,6 @@ struct field_info
/* Set if the accesibility of one of the fields is not public. */
int non_public_fields;
- /* Member function fields array, entries are allocated in the order they
- are encountered in the object file. */
- struct nextfnfield *fnfields;
-
/* Member function fieldlist array, contains name of possibly overloaded
member function, number of overloaded member functions and a pointer
to the head of the member function field chain. */