aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-10-01 16:58:26 -0600
committerTom Tromey <tom@tromey.com>2019-10-09 16:50:33 -0600
commitd2dd1084c10839efb916a0bfe57ca7a056d08b47 (patch)
tree39fbe09633be8a8742e243faf8eb0c0888267c98 /gdb/tui/tui.h
parenta50faaf6207b7556f691369097cd5bf903298794 (diff)
downloadgdb-d2dd1084c10839efb916a0bfe57ca7a056d08b47.zip
gdb-d2dd1084c10839efb916a0bfe57ca7a056d08b47.tar.gz
gdb-d2dd1084c10839efb916a0bfe57ca7a056d08b47.tar.bz2
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.
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r--gdb/tui/tui.h2
1 files changed, 0 insertions, 2 deletions
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);