From b5b12e1dbe0f2739624f91621828df73ef55e900 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 25 Nov 2018 12:30:20 -0700 Subject: 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 * 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/ui-out.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/ui-out.c') diff --git a/gdb/ui-out.c b/gdb/ui-out.c index ebe0285..3d74f78 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -523,7 +523,6 @@ ui_out::field_fmt (const char *fldname, const char *format, ...) int width; ui_align align; - /* Will not align, but has to call anyway. */ verify_field (&fldno, &width, &align); va_start (args, format); -- cgit v1.1