diff options
author | Tom Tromey <tom@tromey.com> | 2018-11-25 12:30:20 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-11-25 15:29:35 -0700 |
commit | b5b12e1dbe0f2739624f91621828df73ef55e900 (patch) | |
tree | f131305768ad73f88ce83248ef516fdba849a504 /gdb/mi | |
parent | Automatic date update in version.in (diff) | |
download | binutils-gdb-b5b12e1dbe0f2739624f91621828df73ef55e900.tar.gz binutils-gdb-b5b12e1dbe0f2739624f91621828df73ef55e900.tar.bz2 binutils-gdb-b5b12e1dbe0f2739624f91621828df73ef55e900.zip |
Remove obsolete comments from field_fmt
This removes some comments that I believe were made obsolete by the
recent change to cli_ui_out::do_field_fmt. The comment in mi_ui_out
probably was just copy/paste, because I think aligning never made
sense in an MI context.
gdb/ChangeLog
2018-11-25 Tom Tromey <tom@tromey.com>
* ui-out.c (ui_out::field_fmt): Remove comment.
* tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
* mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-out.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index ea39fe29a17..39b18b03a01 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -124,8 +124,6 @@ mi_ui_out::do_field_string (int fldno, int width, ui_align align, fprintf_unfiltered (stream, "\""); } -/* This is the only field function that does not align. */ - void mi_ui_out::do_field_fmt (int fldno, int width, ui_align align, const char *fldname, const char *format, |