remove unused field from struct elfinfo
authorTom Tromey <tromey@redhat.com>
Thu, 17 Oct 2013 15:41:46 +0000 (15:41 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 17 Oct 2013 15:41:46 +0000 (15:41 +0000)
commit5c4c8a591172c0f427f3bf118f5beaaa0b2b7c39
treea95d18928bdb213ea51ad11dbc881f0290ba1299
parentc4124bf18d477151427aca528603b54474120782
remove unused field from struct elfinfo

I noticed that one field in elfread.c:struct elfinfo is unused.
This patch removes it.

* elfread.c (struct elfinfo) <stabindexsect>: Remove.
(elf_locate_sections): Update.
gdb/ChangeLog
gdb/elfread.c