Remove useless "if' from tui-regs.c
authorTom Tromey <tom@tromey.com>
Thu, 2 Jul 2020 03:21:12 +0000 (21:21 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 2 Jul 2020 03:21:14 +0000 (21:21 -0600)
commitc9753adb0153fbb5ce01583881862642e7f126af
tree33d83dd4ef20e7e5af35dcc898303ce8dbd325ed
parent9ab26b4a0fdc5fba707abf56abfb4c503b35c3e5
Remove useless "if' from tui-regs.c

tui_data_window::show_register_group had a useless "if" -- the
condition could never be false.  This patch removes it.

gdb/ChangeLog
2020-07-01  Tom Tromey  <tom@tromey.com>

* tui/tui-regs.c (tui_data_window::show_register_group): Remove
useless "if".
gdb/ChangeLog
gdb/tui/tui-regs.c
This page took 0.023509 seconds and 4 git commands to generate.