[PATCH 1/6] Remove two TUI comments

Tom Tromey tom@tromey.com
Wed Oct 2 23:12:00 GMT 2019


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

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

	* tui/tui.h: Remove comments.
---
 gdb/ChangeLog | 4 ++++
 gdb/tui/tui.h | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

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);
-- 
2.17.2



More information about the Gdb-patches mailing list