Remove unused field cooked_index::m_start
authorTom Tromey <tromey@adacore.com>
Fri, 13 May 2022 19:47:39 +0000 (13:47 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 13 May 2022 19:47:39 +0000 (13:47 -0600)
commit5400535a70cd5f7626f4110a69508ad9ff669328
tree4ff2433262a471cde9dfb7ddac565c2d599c0768
parentfcab58390fc7a972f499b8ae1b2ff06994b6c1fc
Remove unused field cooked_index::m_start

cooked_index::m_start is unused and can be removed.  I think this was
a leftover from a previous approach in the index finalization code,
and then when rewriting it I forgot to remove it.

Tested by rebuilding.
gdb/dwarf2/cooked-index.h