Remove stale comments
The default ui_out is gone since commit
23ff98d2fe
.
gdb/ChangeLog:
* ui-out.h (struct ui_out_impl): Remove comment.
* ui-out.c (struct ui_out): Remove comment.
This commit is contained in:
parent
cf6451802f
commit
59b21252a8
|
@ -1,3 +1,8 @@
|
||||||
|
2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
|
* ui-out.h (struct ui_out_impl): Remove comment.
|
||||||
|
* ui-out.c (struct ui_out): Remove comment.
|
||||||
|
|
||||||
2016-11-25 John Baldwin <jhb@FreeBSD.org>
|
2016-11-25 John Baldwin <jhb@FreeBSD.org>
|
||||||
|
|
||||||
* contrib/ari/gdb_ari.sh (no parameter function): Remove check.
|
* contrib/ari/gdb_ari.sh (no parameter function): Remove check.
|
||||||
|
|
|
@ -87,8 +87,6 @@ struct ui_out_table
|
||||||
|
|
||||||
|
|
||||||
/* The ui_out structure */
|
/* 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
|
struct ui_out
|
||||||
{
|
{
|
||||||
|
|
|
@ -202,9 +202,6 @@ typedef void (data_destroy_ftype) (struct ui_out *uiout);
|
||||||
|
|
||||||
/* ui-out-impl */
|
/* ui-out-impl */
|
||||||
|
|
||||||
/* IMPORTANT: If you change this structure, make sure to change the default
|
|
||||||
initialization in ui-out.c. */
|
|
||||||
|
|
||||||
struct ui_out_impl
|
struct ui_out_impl
|
||||||
{
|
{
|
||||||
table_begin_ftype *table_begin;
|
table_begin_ftype *table_begin;
|
||||||
|
|
Loading…
Reference in New Issue