Remove some calls in tui_data_window
authorTom Tromey <tom@tromey.com>
Sun, 14 Jul 2019 15:11:46 +0000 (09:11 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:04 +0000 (12:57 -0600)
commit1bf2866a59530d9e8384807bc44b833e8647d329
tree1699e7ae0516b5c52af8f93ccefc28628306f82c
parent0670413d0eb264302e10a1baa163bc9c8c279a21
Remove some calls in tui_data_window

This patch removes a call to erase_data_content in refresh_all and
then removes some other calls that are more clearly unnecessary once
one follows calls from that point.

gdb/ChangeLog
2019-08-30  Tom Tromey  <tom@tromey.com>

* tui/tui-regs.c (tui_data_window::display_registers_from_line)
(tui_data_window::rerender): Don't call
check_and_display_highlight_if_needed.
(tui_data_window::refresh_all): Remove call to
erase_data_content.
gdb/ChangeLog
gdb/tui/tui-regs.c