Remove some unneeded initializations in minimal_symbol_reader
authorTom Tromey <tom@tromey.com>
Sat, 2 Mar 2019 02:56:45 +0000 (19:56 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 15 Mar 2019 22:02:08 +0000 (16:02 -0600)
commit788c80d1aff685e66b8105ddc7451cfa6a03bf1d
tree0c73a75e7c45512daa54e02d7671882ef85ccc0c
parent1b7a07cba0aa096c2eb66895ef339aa5143e9995
Remove some unneeded initializations in minimal_symbol_reader

minimal_symbol_reader::record_full does not need to initialize any
minsym fields to 0, because that was already done implicitly via the
use of XCNEW when allocating the msym_bunch.

gdb/ChangeLog
2019-03-15  Tom Tromey  <tom@tromey.com>

* minsyms.c (minimal_symbol_reader::record_full): Remove some
initializations.
gdb/ChangeLog
gdb/minsyms.c
This page took 0.025952 seconds and 4 git commands to generate.