Remove obsolete comments from field_fmt
authorTom Tromey <tom@tromey.com>
Sun, 25 Nov 2018 19:30:20 +0000 (12:30 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 25 Nov 2018 22:29:35 +0000 (15:29 -0700)
commitb5b12e1dbe0f2739624f91621828df73ef55e900
treef131305768ad73f88ce83248ef516fdba849a504
parentbb31d44bb1a1594ebe0011d652574a6b4a852080
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.
gdb/ChangeLog
gdb/mi/mi-out.c
gdb/tui/tui-out.c
gdb/ui-out.c