Remove stale comments
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 24 Nov 2016 15:23:07 +0000 (10:23 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 26 Nov 2016 15:23:36 +0000 (10:23 -0500)
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.

gdb/ChangeLog
gdb/ui-out.c
gdb/ui-out.h

index 17441391ea75e0430e29593cfeb8a5f125293897..745ab7b19f32eafc0b7a9718715493dd3af96f84 100644 (file)
@@ -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>
 
        * contrib/ari/gdb_ari.sh (no parameter function): Remove check.
index 60d18eee2bb0829213c84d836459edff41dc0ff3..10f733518928255c341ecb1db4e9271c3cd4de1d 100644 (file)
@@ -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
   {
index 9e1e74dabc66b6bad4f912f633c2dcd1097f51e7..a64160148f82b87080cb61966a962a6ad97744fd 100644 (file)
@@ -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;
This page took 0.030133 seconds and 4 git commands to generate.