From d2dd1084c10839efb916a0bfe57ca7a056d08b47 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 1 Oct 2019 16:58:26 -0600 Subject: Remove two TUI comments This removes two comments from tui.h. These were not useful. gdb/ChangeLog 2019-10-09 Tom Tromey * tui/tui.h: Remove comments. --- gdb/tui/tui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/tui') diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index baf4a81..dac410f 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -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); -- cgit v1.1