]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove two TUI comments
authorTom Tromey <tom@tromey.com>
Tue, 1 Oct 2019 22:58:26 +0000 (16:58 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 9 Oct 2019 22:50:33 +0000 (16:50 -0600)
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.

gdb/ChangeLog
gdb/tui/tui.h

index 9402ba41119e617f271570bcf94ce991e1c6aac2..f6c800da7758d4958eb540f98489aaf3a5f59263 100644 (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
index baf4a813b6076a41270605e1313968e050c385fe..dac410fcfa18681370952812f00db1ee95e81234 100644 (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);