diff options
author | Tom Tromey <tom@tromey.com> | 2019-09-10 12:41:29 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-09-20 13:49:11 -0600 |
commit | 63c4bf1922d5553edb213606270b0e2782bbe4c8 (patch) | |
tree | fc51027c295da86c24013cdf02aff4c945a3e226 /gdb/tui/tui-layout.c | |
parent | 43df9b2fccc347e95f882519332592a826d72d11 (diff) | |
download | gdb-63c4bf1922d5553edb213606270b0e2782bbe4c8.zip gdb-63c4bf1922d5553edb213606270b0e2782bbe4c8.tar.gz gdb-63c4bf1922d5553edb213606270b0e2782bbe4c8.tar.bz2 |
Remove separator comments from TUI
This removes various separator comments from the TUI. These aren't
used elsewhere in gdb, and they were incorrect in some cases as well.
gdb/ChangeLog
2019-09-20 Tom Tromey <tom@tromey.com>
* tui/tui-data.c: Remove separator comments.
* tui/tui-layout.c: Remove separator comments.
* tui/tui-win.c: Remove separator comments.
* tui/tui-wingeneral.c: Remove separator comments.
Diffstat (limited to 'gdb/tui/tui-layout.c')
-rw-r--r-- | gdb/tui/tui-layout.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c index 03115a7..0f3e8d9 100644 --- a/gdb/tui/tui-layout.c +++ b/gdb/tui/tui-layout.c @@ -40,9 +40,6 @@ #include "tui/tui-source.h" #include "gdb_curses.h" -/******************************* -** Static Local Decls -********************************/ static void show_layout (enum tui_layout_type); static void show_source_or_disasm_and_command (enum tui_layout_type); static void show_source_command (void); @@ -64,9 +61,6 @@ tui_current_layout (void) return current_layout; } -/*************************************** -** DEFINITIONS -***************************************/ /* Show the screen layout defined. */ static void @@ -338,11 +332,6 @@ Layout names are:\n\ } -/************************* -** STATIC LOCAL FUNCTIONS -**************************/ - - /* Function to set the layout to SRC, ASM, SPLIT, NEXT, PREV, DATA, or REGS. */ static void |