commit | b3b3227982613ac926b58b84e16867624ae0ed04 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Feb 08 13:40:54 2020 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sat Feb 08 13:43:24 2020 -0700 |
tree | 6562b7fb11721b9ca4c8d5337d25d83f53789eaf | |
parent | 1d33d811c708941532410850db8279ba30995252 [diff] |
Minor simplification in abbrev_table::read abbrev_table::read increments cur_abbrev->num_attrs in the inner loop, but there's no need to do this, as the information is already stored in the temporary vector. 2020-02-08 Tom Tromey <tom@tromey.com> * dwarf2/abbrev.c (abbrev_table::read): Simplify. Change-Id: I765f12850ffa1c6066e884bb22c94468d1abdba4