diff options
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 2e3f0b1..69232c4 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -144,9 +144,6 @@ struct bfd_link_hash_entry struct bfd_link_hash_entry *next; /* BFD symbol was found in. */ bfd *abfd; - /* For __start_<name> and __stop_<name> symbols, the first - input section matching the name. */ - asection *section; } undef; /* bfd_link_hash_defined, bfd_link_hash_defweak. */ struct |