From 100c2bf31fa9bde80d997a5b39d1a07e0505a1cb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 13 Jul 2019 16:36:07 -0600 Subject: Remove tui_data_window::display_regs There's no need for tui_data_window::display_regs any more (if there ever was). All the paths through data window construction will end up setting this to true. This patch removes the member. 2019-08-20 Tom Tromey * tui/tui-regs.h (struct tui_data_window) : Remove. * tui/tui-regs.c (tui_data_window::show_registers): Update. (tui_data_window::check_register_values): Update. --- gdb/tui/tui-regs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/tui/tui-regs.h') diff --git a/gdb/tui/tui-regs.h b/gdb/tui/tui-regs.h index 24ec587..de44557 100644 --- a/gdb/tui/tui-regs.h +++ b/gdb/tui/tui-regs.h @@ -66,8 +66,6 @@ struct tui_data_window : public tui_win_info /* Windows that are used to display registers. */ std::vector regs_content; int regs_column_count = 0; - /* Should regs be displayed at all? */ - bool display_regs = false; struct reggroup *current_group = nullptr; /* Answer the number of the last line in the regs display. If there -- cgit v1.1