Remove two TUI comments

This removes two comments from tui.h.  These were not useful.

gdb/ChangeLog
2019-10-09  Tom Tromey  <tom@tromey.com>

	* tui/tui.h: Remove comments.
This commit is contained in:
Tom Tromey 2019-10-01 16:58:26 -06:00
parent a50faaf620
commit d2dd1084c1
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2019-10-09 Tom Tromey <tom@tromey.com>
* tui/tui.h: Remove comments.
2019-10-09 Tom de Vries <tdevries@suse.de>
* python/lib/gdb/printer/bound_registers.py: Use

View File

@ -45,8 +45,6 @@ enum tui_win_type
DATA_ITEM_WIN
};
/* GENERAL TUI FUNCTIONS */
/* tui.c */
extern CORE_ADDR tui_get_low_disassembly_address (struct gdbarch *,
CORE_ADDR, CORE_ADDR);
extern void tui_show_assembly (struct gdbarch *gdbarch, CORE_ADDR addr);