+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>
* contrib/ari/gdb_ari.sh (no parameter function): Remove check.
/* 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
{
/* 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;