Don't check abbrev is NULL in read_partial_die
authorYao Qi <yao.qi@linaro.org>
Mon, 26 Feb 2018 15:38:00 +0000 (15:38 +0000)
committerYao Qi <yao.qi@linaro.org>
Mon, 26 Feb 2018 15:38:00 +0000 (15:38 +0000)
commitfd0a254f815b133c67230c50dd84eb0d4b31a93d
tree04a1e9769ace841c4700799f7048e5130a5232d3
parentcd9983dd5f16803aa60e9fe1692b7e6716ac3927
Don't check abbrev is NULL in read_partial_die

'abbrev' won't be NULL, so don't check it.

gdb:

2018-02-26  Yao Qi  <yao.qi@linaro.org>

* dwarf2read.c (read_partial_die): Remove the code checking abbrev
is NULL.
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.02966 seconds and 4 git commands to generate.