Remove some dead code from evaluate_subexp_standard
authorTom Tromey <tom@tromey.com>
Mon, 30 Nov 2020 08:24:57 +0000 (01:24 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 30 Nov 2020 08:24:57 +0000 (01:24 -0700)
commit1cd49c43f340e4de62922356ed859ee806e52f6f
tree7105f9af41006dcdadfe133653c935a756f7142a
parentb7bbf3c81afce9721f602cdecceac8124beeb421
Remove some dead code from evaluate_subexp_standard

I noticed that in the OP_ARRAY case in evaluate_subexp_standard,
"index_pc" is read but never set.  This dead code then guards the only
call to init_array_element, so this can be removed as well.

gdb/ChangeLog
2020-11-30  Tom Tromey  <tom@tromey.com>

* eval.c (init_array_element): Remove.
(evaluate_subexp_standard) <OP_ARRAY>: Remove "index_pc".
gdb/ChangeLog
gdb/eval.c