More renames in array_operation::evaluate
authorTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 15:18:42 +0000 (09:18 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 19:36:55 +0000 (13:36 -0600)
commit2922821e4fe3e3e9e496c50cd0c9aa1b1eecc967
tree8a5935dda46b4b4532decec51a8cb33e215b258a
parentb47331bf901065e051d6490105a61e677cafc451
More renames in array_operation::evaluate

array_operation::evaluate has variables named "tem2" and "tem3".  This
patch replaces one with a better name, and entirely removes the other.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/eval.c