From: Simon Marchi Date: Thu, 24 Nov 2016 15:23:07 +0000 (-0500) Subject: Remove stale comments X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=59b21252a88aa6ba488cfb19686d9cbad2577e76;p=deliverable%2Fbinutils-gdb.git Remove stale comments The default ui_out is gone since commit 23ff98d2fed4a1eaeb815e18cd4169e5aa7aaa60. gdb/ChangeLog: * ui-out.h (struct ui_out_impl): Remove comment. * ui-out.c (struct ui_out): Remove comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 17441391ea..745ab7b19f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-11-26 Simon Marchi + + * ui-out.h (struct ui_out_impl): Remove comment. + * ui-out.c (struct ui_out): Remove comment. + 2016-11-25 John Baldwin * contrib/ari/gdb_ari.sh (no parameter function): Remove check. diff --git a/gdb/ui-out.c b/gdb/ui-out.c index 60d18eee2b..10f7335189 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -87,8 +87,6 @@ struct ui_out_table /* The ui_out structure */ -/* Any change here requires a corresponding one in the initialization - of the default uiout, which is statically initialized. */ struct ui_out { diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 9e1e74dabc..a64160148f 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -202,9 +202,6 @@ typedef void (data_destroy_ftype) (struct ui_out *uiout); /* ui-out-impl */ -/* IMPORTANT: If you change this structure, make sure to change the default - initialization in ui-out.c. */ - struct ui_out_impl { table_begin_ftype *table_begin;