From: Tom Tromey Date: Tue, 1 Oct 2019 22:58:26 +0000 (-0600) Subject: Remove two TUI comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2dd1084c10839efb916a0bfe57ca7a056d08b47;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9402ba41119..f6c800da775 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-10-09 Tom Tromey + + * tui/tui.h: Remove comments. + 2019-10-09 Tom de Vries * python/lib/gdb/printer/bound_registers.py: Use diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index baf4a813b60..dac410fcfa1 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);