This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 07/22] Remove stale comments


I am pretty sure that these comments aren't true anymore.

gdb/ChangeLog:

	* ui-out.h (struct ui_out_impl): Remove comment.
	* ui-out.c (struct ui_out): Remove comment.
---
 gdb/ui-out.c | 2 --
 gdb/ui-out.h | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/gdb/ui-out.c b/gdb/ui-out.c
index da979af..b8253c9 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 baf4e44..e251d77 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -191,9 +191,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;
-- 
2.10.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]