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;