Simplify tui_show_registers
authorTom Tromey <tom@tromey.com>
Wed, 26 Jun 2019 22:26:39 +0000 (16:26 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:01 +0000 (12:19 -0600)
commit368c1354e578eb280df37059aa6b8c1f178baaf4
treef1ca0fa11460da182e3b215e9ebcf407be2329be
parente80cd2047079a63ab087df15d179c49ca18de202
Simplify tui_show_registers

tui_show_registers keeps a local status variable, but it is not
actually needed.  This rearranges the function to remove the variable.

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

* tui/tui-regs.c (tui_show_registers): Simplify.
gdb/ChangeLog
gdb/tui/tui-regs.c